API Reference

Class

OutlookContact

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

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.

Constructors

Properties

public String DisplayName { get; set; } #

Contact display name.

public String Prefix { get; set; } #

Name prefix or title.

public String Initials { get; set; } #

Initials.

public String GivenName { get; set; } #

Given name.

public String MiddleName { get; set; } #

Middle name.

public String Surname { get; set; } #

Surname.

public String Generation { get; set; } #

Generational suffix.

public String CompanyName { get; set; } #

Company name.

public String JobTitle { get; set; } #

Job title or function.

public String Department { get; set; } #

Department.

public String FileAs { get; set; } #

File-as display value.

public String NickName { get; set; } #

Nickname.

public String ManagerName { get; set; } #

Manager name.

public String AssistantName { get; set; } #

Assistant name.

public String SpouseName { get; set; } #

Spouse name.

public IList<String> Children { get; } #

Children names.

public String Profession { get; set; } #

Profession.

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.