UXDPostFolderOptions

UXDPostFolderOptions contains information that is used by PEEnableEventInfo, when you want to export to Microsoft Exchange.

C Syntax
struct UXDPostFolderOptions {
    WORD StructSize;
    LPSTR pszProfile;
    LPSTR pszPassword;
    WORD wDestType;
    LPSTR pszFolderPath;
};
Members

structSize

Specifies the size of the UXDPostFolderOptions structure. You must initialize this member to be the size of whatever it is, for example, options.structSize = UXDPostFolderOptionsSize.

pszProfile

Specifies the Exchange profile.

pszPassword

Specifies the Exchange password.

wDestType

Specifies the type of report to export to. Use one of the following:


Constant Valu e Description


UXDExchFolderType

0

wDestType for Microsoft Exchange folder.


UXDPostDocMessage

1009

wDestType for folder messages.


UXDPostPersonalReport

1010

wDestType for personal report.


UXDPostFolderReport

1011

wDestType for folder report.

pszFolderPath

Specifies the Exchange path where you want the program to place the exported file.

Delphi Record Listing
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