MapiDistributionListMemberEntryIdType Property |
Gets or sets the type of EntryID.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic MapiDistributionListEntryIdType EntryIdType { get; set; }
Public Property EntryIdType As MapiDistributionListEntryIdType
Get
Set
public:
property MapiDistributionListEntryIdType EntryIdType {
MapiDistributionListEntryIdType get ();
void set (MapiDistributionListEntryIdType value);
}
member EntryIdType : MapiDistributionListEntryIdType with get, set
Property Value
Type:
MapiDistributionListEntryIdTypeThe type of the entry id.
See Also