API Reference
OutlookContact
Typed Outlook contact fields.
Inheritance
- Object
- OutlookContact
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
- Method OfflineAddressBookEntry.ToOutlookContact
- Property EmailDocument.Contact
Constructors
public OutlookContact() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String DisplayName { get; set; } #Contact display name.
public String Prefix { get; set; } #Name prefix or title.
public String Generation { get; set; } #Generational suffix.
public String JobTitle { get; set; } #Job title or function.
public String FileAs { get; set; } #File-as display value.
public String AssistantName { get; set; } #Assistant name.
public IList<String> Children { get; } #Children names.
public String Language { get; set; } #Preferred language.
public String Location { get; set; } #General contact location.
public String OfficeLocation { get; set; } #Office location.
public Nullable<DateTimeOffset> Birthday { get; set; } #Birthday.
public Nullable<DateTimeOffset> WeddingAnniversary { get; set; } #Wedding anniversary.
public Nullable<Boolean> IsPrivate { get; set; } #Whether Outlook marks the contact private.
public Nullable<Boolean> HasPicture { get; set; } #Whether the contact has a picture attachment.
public OutlookPostalAddress BusinessAddress { get; } #Business address.
public OutlookPostalAddress HomeAddress { get; } #Home address.
public OutlookPostalAddress OtherAddress { get; } #Other address.
public OutlookPostalAddress WorkAddress { get; } #Named work-address fields used by newer Outlook versions.
public OutlookContactPhones Phones { get; } #Telephone and fax fields.
public OutlookContactEmailAddress Email1 { get; } #First electronic-mail address.
public OutlookContactEmailAddress Email2 { get; } #Second electronic-mail address.
public OutlookContactEmailAddress Email3 { get; } #Third electronic-mail address.
public String InstantMessagingAddress { get; set; } #Instant-messaging address.
public String BusinessHomePage { get; set; } #Business home page.
public String PersonalHomePage { get; set; } #Personal home page.
public String Html { get; set; } #Contact HTML or homepage content.