UXDPostFolderOptions contains information that is used by PEEnableEventInfo, when you want to export to Microsoft Exchange.
struct UXDPostFolderOptions {
WORD StructSize;
LPSTR pszProfile;
LPSTR pszPassword;
WORD wDestType;
LPSTR pszFolderPath;
};
type
UXDPostFolderOptions = record
structSize:Word;
pszProfile:PChar;
pszPassword:PChar;
wDestType: Word;
pszFolderPath:PChar;
end;
(*pszFolderPath has to be in the following format: <Message Store Name>@<Folder Name>@<Folder Name>*)
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |