Loads a mail message from its byte array representation.
Namespace:
Rebex.Mail
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
Visual Basic |
---|
Public Sub Load ( _ data As Byte() _ ) |
C# |
---|
public void Load( byte[] data ) |
Parameters
- data
- Type: array<System..::..Byte>[]()[][]
Byte array representation of the mail message.