 | ReplyBuilderReply(MailBox) 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 Reply(
MailBox from
)
Public Function Reply (
from As MailBox
) As MailBuilder
public:
MailBuilder^ Reply(
MailBox^ from
)
member Reply :
from : MailBox -> MailBuilder Parameters
- from MailBox
- From mailbox used for replying (the address from which the reply will be sent).
Return Value
MailBuilderMailBuilder class that can be used to create an actual email.
See Also