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

P

Paresh_Sen_3889e7

How to send outlook calendar appointment or meeting request using .Net
classes or assemblies?
 
K

Ken Slovak - [MVP - Outlook]

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.
 
Top