WdMailSystem Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of mail system.
public enum class WdMailSystem
[System.Runtime.InteropServices.Guid("67AC5FF1-FD6C-31ED-A7ED-A11543D2D4FE")]
public enum WdMailSystem
type WdMailSystem =
Public Enum WdMailSystem
- Inheritance
-
WdMailSystem
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdNoMailSystem | 0 | No mail system. |
wdMAPI | 1 | Standard Messaging Application Programming Interface (MAPI) mail system. |
wdPowerTalk | 2 | PowerTalk mail system. |
wdMAPIandPowerTalk | 3 | Both a standard Messaging Application Programming Interface (MAPI) mail system and a PowerTalk mail system. |