Enum MapiMailMessage.RecipientType
Specifies the valid RecipientTypes for a Recipient.
public enum MapiMailMessage.RecipientType
- Extension Methods
Fields
BCC = 3
Recipient will be in the BCC list.
CC = 2
Recipient will be in the CC list.
To = 1
Recipient will be in the TO list.