D
DavidH&P
HI,
using VSTO2005SE,
I need to find all intrinsic folders such as Inbox, Deleted Items, Outbox,...
for the moment I'm doing liket that :
....Session.GetDefaultFolder(Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderDeletedItems);
and I find the default DeletedItems folder.
but in the case of several mail accounts, you have a "Deleted Items" folder
for each one. and I didn't find how to detect them.
Can anyone can help me ?
thanks,
David
using VSTO2005SE,
I need to find all intrinsic folders such as Inbox, Deleted Items, Outbox,...
for the moment I'm doing liket that :
....Session.GetDefaultFolder(Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderDeletedItems);
and I find the default DeletedItems folder.
but in the case of several mail accounts, you have a "Deleted Items" folder
for each one. and I didn't find how to detect them.
Can anyone can help me ?
thanks,
David