Message Email2EntryId Property | MSG .NET Class Library |
Contains the entry ID of the second e-mail address for the contact.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public byte[] Email2EntryId { get; set; }
public byte[] Email2EntryId { get; set; }
Public Property Email2EntryId As Byte() Get Set
Public Property Email2EntryId As Byte() Get Set
Dim instance As Message Dim value As Byte() value = instance.Email2EntryId instance.Email2EntryId = value
Dim instance As Message Dim value As Byte() value = instance.Email2EntryId instance.Email2EntryId = value
/** @property */ public byte[] get_Email2EntryId() /** @property */ public void set_Email2EntryId(byte[] value)
/** @property */ public byte[] get_Email2EntryId() /** @property */ public void set_Email2EntryId(byte[] value)
function get Email2EntryId () : byte[] function set Email2EntryId (value : byte[])
function get Email2EntryId () : byte[] function set Email2EntryId (value : byte[])
function get_Email2EntryId(); function set_Email2EntryId(value);
function get_Email2EntryId(); function set_Email2EntryId(value);
Property Value
Type:
The email2 entry identifier.
See Also