Message.Email3EntryId Property

Independentsoft MSG .NET

Message Email3EntryId Property MSG .NET Class Library
Contains the entry ID of the third e-mail address for the contact.

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

Syntax

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

value = instance.Email3EntryId

instance.Email3EntryId = value
Dim instance As Message 
Dim value As Byte()

value = instance.Email3EntryId

instance.Email3EntryId = value
/** @property */
public byte[] get_Email3EntryId()
/** @property */
public void set_Email3EntryId(byte[] value)
/** @property */
public byte[] get_Email3EntryId()
/** @property */
public void set_Email3EntryId(byte[] value)
function get Email3EntryId () : byte[]
function set Email3EntryId (value : byte[])
function get Email3EntryId () : byte[]
function set Email3EntryId (value : byte[])
function get_Email3EntryId();
function set_Email3EntryId(value);
function get_Email3EntryId();
function set_Email3EntryId(value);

Property Value

Type:  OnlineByte 
The email3 entry identifier.
See Also