MailRecip Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
(No difference)

Revision as of 07:13, 20 March 2015

Specifies the ...

Syntax

enum MailRecip
{
    MailRecip_Author = 0;
    MailRecip_To = 1;
    MailRecip_Cc = 2;
    MailRecip_BCc = 3;
};

Constants

MailRecip_Author
The ...
MailRecip_To
The ...
MailRecip_Cc
The ...
MailRecip_BCc
The ...

See Also

See also ...