ERecipientType Enumeration |
Namespace:
SOMailReader.Interop
Assembly:
SOMailReader.Interop (in SOMailReader.Interop.dll) Version: 8.0.0.0
Syntaxpublic enum ERecipientType
Public Enumeration ERecipientType
Dim instance As ERecipientType
public enum class ERecipientType
Members
| Member name | Value | Description |
---|
| enMailToUnknown | 0 | |
| enMailFrom | 1 | |
| enMailTo | 2 | |
| enMailCc | 3 | |
| enMailBcc | 4 | |
See Also