API Reference

Class

OutlookPostalAddress

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

A structured postal address on an Outlook contact.

Inheritance

  • Object
  • OutlookPostalAddress

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public OutlookPostalAddress() #

Properties

public String Formatted { get; set; } #

Outlook-composed multiline address.

public String Street { get; set; } #

Street address.

public String City { get; set; } #

City or locality.

public String StateOrProvince { get; set; } #

State or province.

public String PostalCode { get; set; } #

Postal code.

public String Country { get; set; } #

Country or region.

public String PostOfficeBox { get; set; } #

Post-office box.

public String CountryCode { get; set; } #

Country code when Outlook supplies one.