Recipient Constructor (String, String, MapiMailMessage.RecipientType)

QsInformatica.Utils

Recipient Constructor (String, String, MapiMailMessageRecipientType)

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

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public Recipient(
	string address,
	string displayName,
	MapiMailMessageRecipientType recipientType
)
Public Sub New ( 
	address As String,
	displayName As String,
	recipientType As MapiMailMessageRecipientType
)
public:
Recipient(
	String^ address, 
	String^ displayName, 
	MapiMailMessageRecipientType recipientType
)
new : 
        address : string * 
        displayName : string * 
        recipientType : MapiMailMessageRecipientType -> Recipient

Parameters

address
Type: SystemString

[Missing <param name="address"/> documentation for "M:QsInformatica.Utils.Recipient.#ctor(System.String,System.String,QsInformatica.Utils.MapiMailMessage.RecipientType)"]

displayName
Type: SystemString

[Missing <param name="displayName"/> documentation for "M:QsInformatica.Utils.Recipient.#ctor(System.String,System.String,QsInformatica.Utils.MapiMailMessage.RecipientType)"]

recipientType
Type: QsInformatica.UtilsMapiMailMessageRecipientType

[Missing <param name="recipientType"/> documentation for "M:QsInformatica.Utils.Recipient.#ctor(System.String,System.String,QsInformatica.Utils.MapiMailMessage.RecipientType)"]

See Also