MailMessageSerializeAsync Method (XmlWriter) |
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Task<bool> SerializeAsync(
XmlWriter xmlWriter
)
Public Function SerializeAsync (
xmlWriter As XmlWriter
) As Task(Of Boolean)
Parameters
- xmlWriter
- Type: System.XmlXmlWriter
An XmlWriter object.
Return Value
Type:
TaskBooleanA task that represents the asynchronous operation.
The value of
TResult parameter is
true if the message was successfully saved to .XML file; otherwise,
false.
Exceptions Remarks See Also