P Paresh_Sen_3889e7 Jan 17, 2008 #1 How to send outlook calendar appointment or meeting request using .Net classes or assemblies?
K Ken Slovak - [MVP - Outlook] Jan 17, 2008 #2 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.
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.