To use the liberation, I must put a draft email in a specific public folder. I know the full path to the folder but I can not work in the way of using RDO, for example. The folder path is "\\ Public folder \ All public folder \ XXXX \ draft"
I am using the Delphi 2006 and Exchange 2007 but it will not make any difference ...
Code: session: CreateOleObject ('Redemption.RDOSession'); OSession.LogonExchangeMailbox ('xxxxx@xxxxxx.co.uk ',' Server Name '); Oostore: = OS. T.R.s.FundxchangePostFoldersStore;
How to get a hint from here?
Simply use oSession.GetFolderFromPath
. You do not need to find PF Store first.
Look for the documents of the RDOSession
object.
Comments
Post a Comment