MapiMailMessage.RecipientType Enumeration

QsInformatica.Utils

MapiMailMessageRecipientType Enumeration

Specifies the valid RecipientTypes for a Recipient.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public enum RecipientType
Public Enumeration RecipientType
public enum class RecipientType
type RecipientType
Members
  Member nameValueDescription
To1 Recipient will be in the TO list.
CC2 Recipient will be in the CC list.
BCC3 Recipient will be in the BCC list.
See Also