Name Property

Name Property

See Also         Example         Applies To

Returns or sets the display name for the item. The Name property is also the caption for a form.

Read-only String for Application, AddressList, Link, Recipient, OutlookBarGroup, OutlookBarPane, OutlookBarShortcut, SyncObject, and UserProperty objects.

Read/write String for Action, AddressEntry, FormDescription, and MAPIFolder objects.

Syntax

object.Name

object   Required. An expression that returns an Outlook object that is listed in the "Applies To" list.

Note The Name property must be set before you can use the PublishForm method. It is also necessary for the Name property to be set before calling the Details method.