P
Paulos
I am trying to make improvements to an app I wrote a while back in C#.
What I want to do is to move an email message from the Inbox to another
folder within the inbox that I have created called 'JS Archive'.
NameSpace objOLNS = objOL.GetNamespace("MAPI");
MAPIFolder objInbox =
objOLNS.GetDefaultFolder(OlDefaultFolders.olFolderInbox);
The above code gives me access to the inbox but I cannot figure out how
I get access to folders that I create (i.e. not one of the default folders)
Anyone out there know how this is done?
Secondly, anyone know how to move an email from one folder to another.
Cheers
Paul BJ
What I want to do is to move an email message from the Inbox to another
folder within the inbox that I have created called 'JS Archive'.
NameSpace objOLNS = objOL.GetNamespace("MAPI");
MAPIFolder objInbox =
objOLNS.GetDefaultFolder(OlDefaultFolders.olFolderInbox);
The above code gives me access to the inbox but I cannot figure out how
I get access to folders that I create (i.e. not one of the default folders)
Anyone out there know how this is done?
Secondly, anyone know how to move an email from one folder to another.
Cheers
Paul BJ