Click or drag to resize

Recipient(String, MapiMailMessageRecipientType) Constructor

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

Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public Recipient(
	string address,
	MapiMailMessageRecipientType recipientType
)

Parameters

address  String

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

recipientType  MapiMailMessageRecipientType

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

See Also