Attachment Constructor ( Byte ) | MSG .NET Class Library |
Initializes a new instance of the Attachment class.
Namespace: Independentsoft.Email.MimeAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public Attachment( byte[] buffer )
public Attachment( byte[] buffer )
Public Sub New ( buffer As Byte() )
Public Sub New ( buffer As Byte() )
Dim buffer As Byte() Dim instance As New Attachment(buffer)
Dim buffer As Byte() Dim instance As New Attachment(buffer)
public Attachment( byte[] buffer )
public Attachment( byte[] buffer )
public function Attachment( buffer : byte[] )
public function Attachment( buffer : byte[] )
Independentsoft.Email.Mime.Attachment = function(buffer);
Independentsoft.Email.Mime.Attachment = function(buffer);
Parameters
- buffer
- Type:
System Byte
The buffer.
See Also