Recipient.RecipientType Property

Independentsoft MSG .NET

Recipient RecipientType Property MSG .NET Class Library
Contains the recipient type for a message recipient.

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

Syntax

public RecipientType RecipientType { get; set; }
public RecipientType RecipientType { get; set; }
Public Property RecipientType As RecipientType 
	Get 
	Set
Public Property RecipientType As RecipientType 
	Get 
	Set
Dim instance As Recipient 
Dim value As RecipientType 

value = instance.RecipientType

instance.RecipientType = value
Dim instance As Recipient 
Dim value As RecipientType 

value = instance.RecipientType

instance.RecipientType = value
/** @property */
public RecipientType get_RecipientType()
/** @property */
public void set_RecipientType(RecipientType value)
/** @property */
public RecipientType get_RecipientType()
/** @property */
public void set_RecipientType(RecipientType value)
function get RecipientType () : RecipientType 
function set RecipientType (value : RecipientType)
function get RecipientType () : RecipientType 
function set RecipientType (value : RecipientType)
function get_RecipientType();
function set_RecipientType(value);
function get_RecipientType();
function set_RecipientType(value);

Property Value

Type: RecipientType
See Also