| MapiMailMessageRecipientType Enumeration |
Specifies the valid RecipientTypes for a Recipient.
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax public enum RecipientType
Public Enumeration RecipientType
public enum class RecipientType
Members
| Member name | Value | Description |
---|
| To | 1 |
Recipient will be in the TO list.
|
| CC | 2 |
Recipient will be in the CC list.
|
| BCC | 3 |
Recipient will be in the BCC list.
|
See Also