Message.Email1EntryId Property

Independentsoft MSG .NET

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

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

Syntax

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

value = instance.Email1EntryId

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

value = instance.Email1EntryId

instance.Email1EntryId = value
/** @property */
public byte[] get_Email1EntryId()
/** @property */
public void set_Email1EntryId(byte[] value)
/** @property */
public byte[] get_Email1EntryId()
/** @property */
public void set_Email1EntryId(byte[] value)
function get Email1EntryId () : byte[]
function set Email1EntryId (value : byte[])
function get Email1EntryId () : byte[]
function set Email1EntryId (value : byte[])
function get_Email1EntryId();
function set_Email1EntryId(value);
function get_Email1EntryId();
function set_Email1EntryId(value);

Property Value

Type:  OnlineByte 
The email1 entry identifier.
See Also