Working with Calendar Items on Exchange Server using WebDav

Sending Meeting Requests

This article shows how to send a meeting request to multiple recipients using Microsoft Exchange Server and Aspose.Email.

  1. Create a meeting request using the Appointment class and set the location, time and attendees.
  2. Create an instance of the MailMessage class and set the appointment using the MailMessage.AddAlternateView() method.
  3. Connect to the Exchange Server and send the meeting request using the Send(MailMessage) method.

This example uses the ExchangeClient class, which uses the WebDAV protocol to connect to the Exchange Server and can be used with any version of Exchange Server on which WebDAV is enabled, for example Exchange 2000, 2003 or 2007. The following code snippet shows you how to send the meeting request are given below.