| ForwardBuilderForward Method (MailBox) |
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 Forward(
MailBox from
)
Public Function Forward (
from As MailBox
) As MailBuilder
public:
MailBuilder^ Forward(
MailBox^ from
)
member Forward :
from : MailBox -> MailBuilder
Parameters
- from
- Type: Limilabs.Mail.HeadersMailBox
From mailbox used for forwarding (the address from which the forward will be sent).
Return Value
Type:
MailBuilderMailBuilder class that can be used to create an actual email.
See Also