API Reference
Class
MapiPropertyPatchChange
One immutable change in a typed MAPI property patch.
Inheritance
- Object
- MapiPropertyPatchChange
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
- Property MapiPropertyPatch.Changes
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public MapiPropertyPatchOperation Operation { get; } #Operation to apply.
public MapiPropertyKey Key { get; } #Canonical property identity.
public Object Value { get; } #Replacement value, or null for removal.
public Nullable<MapiPropertyType> WireType { get; } #Selected wire type for a set operation.
public Nullable<UInt32> Flags { get; } #Optional MAPI property flags.