Class MapiContactAddress

MapiContactAddress class

Serves as the abstract base class for contact address types in MAPI contact items. This class provides common functionality for managing electronic addresses (MapiContactElectronicAddress) and physical addresses (MapiContactPhysicalAddress) through shared property access methods.

public abstract class MapiContactAddress

Remarks

This abstract class is designed to be inherited by concrete address type implementations. It provides helper methods like String) and String@) for accessing MAPI properties, and MapiNamedPropertyId) for working with named properties in the PSETID.Address property set. Do not instantiate this class directly. Use the derived classes to work with specific address types.

See Also