MessageInfoEntryId Property |
Gets the entry ID.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public byte[] EntryId { get; }
Public ReadOnly Property EntryId As Byte()
Get
public:
property array<unsigned char>^ EntryId {
array<unsigned char>^ get ();
}
member EntryId : byte[] with get
Property Value
Type:
Byte
The entry id.
See Also