API Reference

Class

EmailAddress

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

Represents an email or Outlook address.

Inheritance

  • Object
  • EmailAddress

Usage

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

Accepted by parameters

Constructors

public EmailAddress(String address, String displayName = null, String rawValue = null) #

Creates an address.

Parameters

address System.String requiredposition: 0
displayName System.String = null optionalposition: 1
rawValue System.String = null optionalposition: 2

Methods

public override String ToString() #
Returns: String

Properties

public String Address { get; set; } #

SMTP or source-specific address value.

public String DisplayName { get; set; } #

Human-readable display name.

public String RawValue { get; set; } #

Original source spelling when available.

public String AddressType { get; set; } #

Source address type such as SMTP, EX, X400, or FAX.