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.12102.1426

Syntax

C#
public MailBuilder Forward(
	string from
)
Visual Basic
Public Function Forward ( _
	from As String _
) As MailBuilder
Visual C++
public:
MailBuilder^ Forward(
	String^ from
)

Parameters

from
Type: System..::..String
From address used for forwarding.

Return Value

MailBuilder class that can be used to create an actual email.

See Also