MailSendFlags 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:MailSendFlags Enumeration}}
 
{{#customTitle:MailSendFlags Enumeration}}
Line 25: Line 26:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:12, 20 May 2015


Specifies the ...

Syntax

enum MailSendFlags
{
    MailSFlag_MAPI_SendDialog = 8,
    MailSFlag_MAPI_NoLogon    = 4096,
    MailSFlag_MAPI_NoResolve  = 8192,
};

Constants

MailSFlag_MAPI_SendDialog
The ...
MailSFlag_MAPI_NoLogon
The ...
MailSFlag_MAPI_NoResolve
The ...

See Also

...