Example #1
0
        public static async Task <bool> TryGetOutlookClientAsync()
        {
            var exchangeClient = await EmailSnippets.GetOutlookClientAsync();

            return(exchangeClient != null);
        }