Message Email1EntryId Property | MSG .NET Class Library |
Contains the entry ID of the first e-mail address for the contact.
Namespace: Independentsoft.MsgAssembly: 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:
The email1 entry identifier.
See Also