Office 365 stop supporting TLS 1.0/1.1 at March 1st 2018.
It may required to applying windows patch and registry settings
(for application targetting .NET 4.6 or prior version)
Then, it need to ensure old protocols are not used.
Use following filter to show only SSL/TLS ClientHello traffics.
(SSL) or (TLS.records[0].fragment[0].msg_type == TLS.HandshakeType.client_hello)