IMimeAddressTable Interface

Do not use. Manipulates a collection of message recipients (for example, addresses). The address table is used to manipulate the address-type properties on an IMimePropertySet object. Addresses are stored as part of the RFC 822 World Wide Web link or RFC 1521 World Wide Web link message header.

Remarks

There are multiple ways in which a client can obtain an IMimeAddressTable object:

  • By calling CoCreateInstance (IMimeAddressTable does not support aggregation), for example:

    CoCreateInstance(CLSID_IMimeAddressTable, NULL, CLSCTX_INPROC_SERVER, IID_IMimeAddressTable, (LPVOID *)&pAddressTable);

  • By using an IMimePropertySet object, for example:

    IMimePropertySet::BindToObject(IID_IMimeAddressTable, (LPVOID *)&pAddressTable);

  • By using an IMimeBody object, for example:

    IMimeBody::BindToObject(&pAddressTable);

  • By using an IMimeMessage object, for example:

    IMimeMessage::GetAddressTable(hBody, IID_IMimeAddressTable, (LPVOID *)&pAddressTable);

Interface Information

Stock Implementationinetcomm.dll version 6.0 or later
Custom ImplementationNo
Inherits from IUnKnown
Header and IDL filesmimeole.h, mimeole.idl
Minimum availabilityOutlook Express 6.0
Minimum operating systems Windows XP
Tags :


Page view tracker