AddressEntry.ID Property
Outlook Developer Reference |
Returns a String representing the unique identifier for the object. Read-only.
Syntax
expression.ID
expression A variable that represents an AddressEntry object.
Remarks
The transport provider assigns a permanent, unique string ID property when an individual member object is created. These identifiers do not change from one session to another.
See Also