API Reference
Class
OutlookContactPhones
Telephone and fax fields on an Outlook contact.
Inheritance
- Object
- OutlookContactPhones
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property OutlookContact.Phones
Constructors
public OutlookContactPhones() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Business { get; set; } #Primary business telephone.
public String Business2 { get; set; } #Secondary business telephone.
public String Home { get; set; } #Primary home telephone.
public String Home2 { get; set; } #Secondary home telephone.
public String Assistant { get; set; } #Assistant telephone.
public String CompanyMain { get; set; } #Company main telephone.
public String Callback { get; set; } #Callback telephone.
public String TextTelephone { get; set; } #Text telephone or TTY/TDD number.