OlContactPhoneNumber Enumeration
Specfies the telephone number type.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlContactPhoneNumber
'Usage
Dim instance As OlContactPhoneNumber
public enum OlContactPhoneNumber
Members
Member name | Description | |
---|---|---|
olContactPhoneAssistant | Telephone number of the person who is the assistant for the contact | |
olContactPhoneBusiness | Business telephone number | |
olContactPhoneBusiness2 | Second business telephone number | |
olContactPhoneBusinessFax | Business fax number | |
olContactPhoneCallback | Callback telephone number | |
olContactPhoneCar | Car telephone number | |
olContactPhoneCompany | Main company telephone number | |
olContactPhoneHome | Home telephone number | |
olContactPhoneHome2 | Second home telephone number | |
olContactPhoneHomeFax | Home fax number | |
olContactPhoneISDN | Integrated Services Digital Network (ISDN) phone number | |
olContactPhoneMobile | Mobile telephone number | |
olContactPhoneOther | Other telephone number | |
olContactPhoneOtherFax | Other fax number | |
olContactPhonePager | Pager telephone number | |
olContactPhonePrimary | Primary telephone number | |
olContactPhoneRadio | Radio telephone number | |
olContactPhoneTelex | Telex telephone number | |
olContactPhoneTTYTTD | TTD/TTY (Teletypewriting Device for the Deaf/Teletypewriter) telephone number |
Remarks
See ContactItem.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace