Click or drag to resize

ReadReceiptBuilder Constructor (IMail, ListMailBox)

Creates new ReadReceiptBuilder object.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public ReadReceiptBuilder(
	IMail email,
	List<MailBox> notificationRecipients
)

Parameters

email
Type: Limilabs.MailIMail
Original email message.
notificationRecipients
Type: System.Collections.GenericListMailBox
Recipients of the notification (Authors of the original email message).
See Also