Using Redemption I need to put a draft email in a specific Public Folder. I know the full path of the folder but I can't work out how to get there using RDO. Eg. the folder path is "\\Public Folders\All Public Folders\XXXX\Drafts"
I'm using Delphi2006 and Exchange 2007 but that shouldn't matter...
oSession := CreateOleObject('Redemption.RDOSession');
oSession.LogonExchangeMailbox('[email protected]','ServerName');
oStore := oSession.Stores.FindExchangePublicFoldersStore;
Any pointers on how to get from here?