_ContactItem.ShowCheckPhoneDialog(OlContactPhoneNumber) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays the Check Phone Number dialog box for a specified telephone number contained by a ContactItem object.
public:
void ShowCheckPhoneDialog(Microsoft::Office::Interop::Outlook::OlContactPhoneNumber PhoneNumber);
public void ShowCheckPhoneDialog (Microsoft.Office.Interop.Outlook.OlContactPhoneNumber PhoneNumber);
Public Sub ShowCheckPhoneDialog (PhoneNumber As OlContactPhoneNumber)
Parameters
- PhoneNumber
- OlContactPhoneNumber
The type of telephone number to be checked.