MailRecip Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:MailRecip Enumeration}}
 
{{#customTitle:MailRecip Enumeration}}
Line 28: Line 29:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:12, 20 May 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

...