MailRecip Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:MailRecip Enumeration}} | {{#customTitle:MailRecip Enumeration}} | ||
+ | {{#parentPage:PXV:Common_Enumerations|MailRecip|enum}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Line 7: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum MailRecip | <pre class="brush:cpp;gutter:false">enum MailRecip | ||
{ | { | ||
− | MailRecip_Author = 0 | + | MailRecip_Author = 0, |
− | MailRecip_To = 1 | + | MailRecip_To = 1, |
− | MailRecip_Cc = 2 | + | MailRecip_Cc = 2, |
− | MailRecip_BCc = 3 | + | MailRecip_BCc = 3, |
}; | }; | ||
</pre> | </pre> | ||
Line 23: | Line 27: | ||
;MailRecip_BCc | ;MailRecip_BCc | ||
:The ... | :The ... | ||
− | |||
− | |||
− |
Latest revision as of 09: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 ...