D
Daman via OfficeKB.com
Hi,
I am trying to delete mails from the Exchange using the following code :
(using MAPI33.dll and C#)
result = inbox.DeleteMessages(messages, IntPtr.Zero, null, MAPIFolder.FLAGS.
Default);
//messages if of type MAPI33.ENTRYID[]
result gives me back a NoAccess (2147942405) value.
Can anyone tell me what am I doing wrong here ?
Thanks in advance !!!
Daman
I am trying to delete mails from the Exchange using the following code :
(using MAPI33.dll and C#)
result = inbox.DeleteMessages(messages, IntPtr.Zero, null, MAPIFolder.FLAGS.
Default);
//messages if of type MAPI33.ENTRYID[]
result gives me back a NoAccess (2147942405) value.
Can anyone tell me what am I doing wrong here ?
Thanks in advance !!!
Daman