Creates MailBuilder configured for reply.
From, To and Cc collections are already set. Use SetHtmlData(String) or SetTextData(String) to specify reply body.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
[ObsoleteAttribute("Please use Reply().Reply(fromAddress) method instead.")] MailBuilder Reply( string fromAddress ) |
| Visual Basic |
|---|
<ObsoleteAttribute("Please use Reply().Reply(fromAddress) method instead.")> _ Function Reply ( _ fromAddress As String _ ) As MailBuilder |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Please use Reply().Reply(fromAddress) method instead.")] MailBuilder^ Reply( String^ fromAddress ) |
Parameters
- fromAddress
- Type: System..::..String
From email address.