MailFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:MailFlags Enumeration}} | {{#customTitle:MailFlags Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:Common_Enumerations|MailFlags|enum}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 10: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum MailFlags | <pre class="brush:cpp;gutter:false">enum MailFlags | ||
{ | { | ||
− | MailFlag_NeedAuth = 1 | + | MailFlag_NeedAuth = 1, |
− | MailFlag_NeedTLS = 2 | + | MailFlag_NeedTLS = 2, |
− | MailFlag_UseSSL = 4 | + | MailFlag_UseSSL = 4, |
}; | }; | ||
</pre> | </pre> | ||
Line 23: | Line 24: | ||
;MailFlag_UseSSL | ;MailFlag_UseSSL | ||
:The ... | :The ... | ||
− | |||
− | |||
− |
Latest revision as of 09:34, 23 May 2015
Specifies the ...
Syntax
enum MailFlags { MailFlag_NeedAuth = 1, MailFlag_NeedTLS = 2, MailFlag_UseSSL = 4, };
Constants
- MailFlag_NeedAuth
- The ...
- MailFlag_NeedTLS
- The ...
- MailFlag_UseSSL
- The ...