MailRecip Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:MailRecip Enumeration}}
 
{{#customTitle:MailRecip Enumeration}}
{{#parentPage:PXV:Common_Enumerations|MailRecip Enumeration|enum}}
+
{{#parentPage:PXV:Common_Enumerations|MailRecip|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 27: Line 27:
 
;MailRecip_BCc
 
;MailRecip_BCc
 
:The ...
 
:The ...
 
== See Also ==
 
...
 

Latest revision as of 10:34, 23 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 ...