AddressEntry.Name Property

Outlook Developer Reference

Returns or sets the display name for the object. Read/write.

Syntax

expression.Name

expression   A variable that represents an AddressEntry object.

Remarks

It is necessary for the Name property to be set before calling the AddressEntry.Details method.

See Also