Message EntryId Property | MSG .NET Class Library |
Contains a MAPI entry identifier used to open and edit properties of a particular MAPI object.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public byte[] EntryId { get; set; }
public byte[] EntryId { get; set; }
Public Property EntryId As Byte() Get Set
Public Property EntryId As Byte() Get Set
Dim instance As Message Dim value As Byte() value = instance.EntryId instance.EntryId = value
Dim instance As Message Dim value As Byte() value = instance.EntryId instance.EntryId = value
/** @property */ public byte[] get_EntryId() /** @property */ public void set_EntryId(byte[] value)
/** @property */ public byte[] get_EntryId() /** @property */ public void set_EntryId(byte[] value)
function get EntryId () : byte[] function set EntryId (value : byte[])
function get EntryId () : byte[] function set EntryId (value : byte[])
function get_EntryId(); function set_EntryId(value);
function get_EntryId(); function set_EntryId(value);
Property Value
Type:
The entry identifier.
See Also