Retrieving email address of organizer
Hi,
I need to retrieve email add of the organizer of the appointment.
using Ol = Microsoft.Office.Interop.Outlook;
Ol.AppointmentItem appitem = new ( Ol.AppointmentItem ) oCalendarFolder.Items.GetFirst();
appitem.Organizer gives me name of the organizer but not the email address.
Any kind of help will be greatly appreciated
dotnet
__________________
dotnet
|