mscorlib object reference not set to an instance of an object
Hi i m getting error "mscorlib object reference not set to an instance of an object" in my programming when i am trying to retrieve the sender name or recipient name from folders in MAPI with exchange server.
Here is the code:
Code:
Public Sub Read_TasksRequest(ByVal oMsgColl As MAPI.Messages)
' Dim oMsgColl As MAPI.Messages
Dim oMsgFilter As MAPI.MessageFilter
Console.WriteLine("-----------------------------")
How to get the Due date, Start date for an appointment type message in the inbox
Hi...
I am able to get the type of the message as IPM.Appointmnet in the inbox but i am unable to get the due date, start date, for that appointment....
I am using MAPI in exchange server but i dont want Outlook MAPI to be used....