MailMessageDeserializeAsync Method (String) |
Namespace: MailBee.MimeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic Task<bool> DeserializeAsync(
string filename
)
Public Function DeserializeAsync (
filename As String
) As Task(Of Boolean)
Parameters
- filename
- Type: SystemString
A string containing the name of the .XML file.
Return Value
Type:
TaskBooleanA task that represents the asynchronous operation.
The value of
TResult parameter is
true if the message was successfully loaded from .XML file; otherwise,
false.
Exceptions
See Also