NameSpace.Dial Method
| Outlook Developer Reference |
Syntax
expression.Dial(ContactItem)
expression A variable that represents a NameSpace object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| ContactItem | Optional | Variant | The ContactItem object of the contact you want to dial. |
Example
The following Microsoft Visual Basic/Visual Basic for Applications (VBA) example opens the New Call dialog box.
| Visual Basic for Applications |
|---|
|
The following Visual Basic for Applications (VBA) example opens the New Call dialog box with the contact's information. To run this example, replace 'Jeff Smith' with a valid contact name.
| Visual Basic for Applications |
|---|
|