Hello,
I am trying to get the identifier for a meeting event using the following code.
var calEvent = message.ToMapiMessageItem() As MapiCalendar;
string itemId = calEvent.ItemId;
For all the meeting events in the ps…...Hello,
I am trying to get the identifier for a meeting event using the following code.
var calEvent = message.ToMapiMessageItem() as MapiCalendar;
string itemId = calEvent.ItemId;
For all the meeting events in the ps…