Share via


Application.ResourceDetails Method

Project Developer Reference

Displays the details from a MAPI-compliant mail system's address book for a resource. This method is only available in resource views.

Syntax

expression.ResourceDetails(Name)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
Name Optional String The name of a resource to locate in the address book. If the name is found, the Properties dialog box for the individual is displayed. If an exact match is not found, the mail system displays the Check Names dialog box to allow the user to choose a valid name from the address book. If Name is omitted, the selected resource is used.

Return Value
Boolean

See Also