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 Check Phone Number dialog box for a specified telephone number contained by a ContactItem object.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub ShowCheckPhoneDialog ( _
PhoneNumber As OlContactPhoneNumber _
)
'Usage
Dim instance As _ContactItem
Dim PhoneNumber As OlContactPhoneNumber
instance.ShowCheckPhoneDialog(PhoneNumber)
[DispIdAttribute()]
void ShowCheckPhoneDialog(
OlContactPhoneNumber PhoneNumber
)
Parameters
PhoneNumber
Type: Microsoft.Office.Interop.Outlook.OlContactPhoneNumberThe type of telephone number to be checked.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace