RecipientType Enumeration

Independentsoft MSG .NET

RecipientType Enumeration MSG .NET Class Library
Represents the recipient type for a message recipient.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public enum RecipientType
public enum RecipientType
Public Enumeration RecipientType
Public Enumeration RecipientType
Dim instance As RecipientType
Dim instance As RecipientType
public enum RecipientType
public enum RecipientType
public enum RecipientType
public enum RecipientType
Independentsoft.Msg.RecipientType = function();
Independentsoft.Msg.RecipientType.createEnum('Independentsoft.Msg.RecipientType', false);
Independentsoft.Msg.RecipientType = function();
Independentsoft.Msg.RecipientType.createEnum('Independentsoft.Msg.RecipientType', false);
Members

  Member nameValueDescription
To0 The recipient is a primary (To) recipient.
Cc1 The recipient is a carbon copy (Cc) recipient.
Bcc2 The recipient is a blind carbon copy (Bcc) recipient.
P13 The recipient did not successfully receive the message on the previous attempt.
None4 None.
See Also