How to send calendar appointment or meeting request using .Net cla

  • Thread starter Thread starter Paresh_Sen_3889e7
  • Start date Start date
P

Paresh_Sen_3889e7

How to send outlook calendar appointment or meeting request using .Net
classes or assemblies?
 
The same way you would in any code: set the properties for the appointment
or meeting request object, add one or more Recipients, then call the Send()
method.
 
Back
Top