Click or drag to resize

ReplyBuilderReply Method (String)

Creates MailBuilder class that can be used to create an actual email. This method copies attachments, sets References, InReplyTo, Text, and Html properties.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public MailBuilder Reply(
	string fromAddress
)

Parameters

fromAddress
Type: SystemString
From address used for replying (the address from which the reply will be sent).

Return Value

Type: MailBuilder
MailBuilder class that can be used to create an actual email.
See Also