Connecting to Exchange Server using WebDav
Contents
[
Hide
]
Aspose.Email provides the capability to Exchange 2003 and 2007 using WebDAV protocol by exposing the ExchangeClient class. This article shows how to instantiate objects of both classes and the same method can be used in all the upcoming examples in this programming guide.
Connect to Exchange using ExchangeClient
The following code samples depict writing a custom function that can be called in code segments for instantiating ExchangeClient, which can then be used to carry out various Exchange operations.