Click or drag to resize

MapiMailMessageRecipientType Enumeration

Specifies the valid RecipientTypes for a Recipient.

Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 29.0.0
Syntax
public enum 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.

The MapiMailMessageRecipientType type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodGetAttributeTAttribute This method retrieves a specific attribute (TAttribute) associated with the given enum value. It returns the attribute instance if found, or null if the attribute is not present.
(Defined by EnumExtension)
Top
See Also