API Reference

Class

MapiNamedProperty

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Implements
IEquatable<MapiNamedProperty>
Modifiers sealed

Canonical name associated with a mapped MAPI property ID.

Inheritance

  • Object
  • MapiNamedProperty

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

Accepted by parameters

Constructors

MapiNamedProperty 2 overloads
public MapiNamedProperty(Guid propertySet, UInt32 localId) #

Creates a numeric named property.

Parameters

propertySet System.Guid requiredposition: 0
localId System.UInt32 requiredposition: 1
public MapiNamedProperty(Guid propertySet, String name) #

Creates a string named property.

Parameters

propertySet System.Guid requiredposition: 0
name System.String requiredposition: 1

Methods

Equals 2 overloads
public virtual Boolean Equals(MapiNamedProperty other) #
Returns: Boolean

Parameters

other OfficeIMO.Email.MapiNamedProperty requiredposition: 0
public override Boolean Equals(Object obj) #
Returns: Boolean

Parameters

obj System.Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public Guid PropertySet { get; } #

Property-set GUID.

public Nullable<UInt32> LocalId { get; } #

Long ID for a numeric named property.

public String Name { get; } #

Name for a string named property.

public Boolean IsStringNamed { get; } #

True for a string-named property.