Table of Contents

Class Recipient

Namespace
Lers.Common
Assembly
Lers.UI.dll

Represents a Recipient for a MapiMailMessage.

public class Recipient
Inheritance
Recipient
Inherited Members
Extension Methods

Constructors

Recipient(string)

Creates a new recipient with the specified address.

public Recipient(string address)

Parameters

address string

Recipient(string, RecipientType)

Creates a new recipient with the specified address and recipient type.

public Recipient(string address, MapiMailMessage.RecipientType recipientType)

Parameters

address string
recipientType MapiMailMessage.RecipientType

Recipient(string, string)

Creates a new recipient with the specified address and display name.

public Recipient(string address, string displayName)

Parameters

address string
displayName string

Recipient(string, string, RecipientType)

Creates a new recipient with the specified address, display name and recipient type.

public Recipient(string address, string displayName, MapiMailMessage.RecipientType recipientType)

Parameters

address string
displayName string
recipientType MapiMailMessage.RecipientType

Fields

Address

The email address of this recipient.

public string Address

Field Value

string

DisplayName

The display name of this recipient.

public string DisplayName

Field Value

string

RecipientType

How the recipient will receive this message (To, CC, BCC).

public MapiMailMessage.RecipientType RecipientType

Field Value

MapiMailMessage.RecipientType