 | ForwardBuilderForward(String) Method |
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.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic MailBuilder Forward(
string fromAddress
)
Public Function Forward (
fromAddress As String
) As MailBuilder
public:
MailBuilder^ Forward(
String^ fromAddress
)
member Forward :
fromAddress : string -> MailBuilder Parameters
- fromAddress String
- From address used for forwarding (the address from which the forward will be sent).
Return Value
MailBuilderMailBuilder class that can be used to create an actual email.
See Also