Attachment Encoding Property | MSG .NET Class Library |
Contains the encoding for an attachment.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public byte[] Encoding { get; set; }
public byte[] Encoding { get; set; }
Public Property Encoding As Byte() Get Set
Public Property Encoding As Byte() Get Set
Dim instance As Attachment Dim value As Byte() value = instance.Encoding instance.Encoding = value
Dim instance As Attachment Dim value As Byte() value = instance.Encoding instance.Encoding = value
/** @property */ public byte[] get_Encoding() /** @property */ public void set_Encoding(byte[] value)
/** @property */ public byte[] get_Encoding() /** @property */ public void set_Encoding(byte[] value)
function get Encoding () : byte[] function set Encoding (value : byte[])
function get Encoding () : byte[] function set Encoding (value : byte[])
function get_Encoding(); function set_Encoding(value);
function get_Encoding(); function set_Encoding(value);
Property Value
Type:
The encoding.
See Also