Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Displays the New Call dialog box that allows users to dial the primary phone number of a specified contact.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub Dial ( _
ContactItem As Object _
)
'Usage
Dim instance As _NameSpace
Dim ContactItem As Object
instance.Dial(ContactItem)
[DispIdAttribute()]
void Dial(
Object ContactItem
)
Parameters
ContactItem
Type: System.ObjectThe ContactItem object of the contact you want to dial.