Details Method (AddressEntry Object)
Details Method (AddressEntry Object)
The Details method displays a modal dialog box that provides detailed information about an AddressEntry object.
Syntax
objAddressEntry.Details( [parentWindow] )
objAddressEntry
Required. The AddressEntry object.
parentWindow
Optional. Long. The parent window handle for the details dialog box. A value of zero (the default) specifies that the dialog box should be application-modal.
Remarks
The Details dialog box is always modal, meaning the parent window is disabled while the dialog box is active. If the parentWindow parameter is set to zero or is not set, all windows belonging to the application are disabled while the dialog box is active. If the parentWindow parameter is supplied but is not valid, the call returns CdoE_INVALID_PARAMETER.
The dialog box must always contain at least the display name and messaging address of the address entry. The Details method fails if either the Name or Address property is empty.
The following methods can invoke dialog boxes:
- Details method (AddressEntry object)
- Options and Send methods (Message object)
- Resolve method (Recipient object)
- Resolve method (Recipients collection)
- AddressBook and Logon methods (Session object)
However, if your application is running as a Microsoft® Windows NT® service, for example from Active Server Pages (ASP) script on a Microsoft® Internet Information Server (IIS), no user interface is allowed.
For more information on running as a service, see "Windows NT Service Client Applications" in the MAPI Programmer's Reference under Guide, Introduction to MAPI Programming, Operating Environment Issues.