Attachment.Tag Property

Independentsoft MSG .NET

Attachment Tag Property MSG .NET Class Library
Contains an object identifier specifying the application that supplied an attachment.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public byte[] Tag { get; set; }
public byte[] Tag { get; set; }
Public Property Tag As Byte()
	Get 
	Set
Public Property Tag As Byte()
	Get 
	Set
Dim instance As Attachment 
Dim value As Byte()

value = instance.Tag

instance.Tag = value
Dim instance As Attachment 
Dim value As Byte()

value = instance.Tag

instance.Tag = value
/** @property */
public byte[] get_Tag()
/** @property */
public void set_Tag(byte[] value)
/** @property */
public byte[] get_Tag()
/** @property */
public void set_Tag(byte[] value)
function get Tag () : byte[]
function set Tag (value : byte[])
function get Tag () : byte[]
function set Tag (value : byte[])
function get_Tag();
function set_Tag(value);
function get_Tag();
function set_Tag(value);

Property Value

Type:  OnlineByte 
The tag.
See Also