MailRecip Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 10: | Line 10: | ||
<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> |
Revision as of 10:04, 8 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
See also ...