MapiDistributionListMemberEntryId Property |
Gets or sets the EntryID of
a member of a personal distribution list.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic byte[] EntryId { get; set; }
Public Property EntryId As Byte()
Get
Set
public:
property array<unsigned char>^ EntryId {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member EntryId : byte[] with get, set
Property Value
Type:
ByteThe entry id.
See Also