Share via


IMimeAllocator::FreeAddressProps method

Frees the contents of an ADDRESSPROPS structure.

Syntax

HRESULT FreeAddressProps(
  [in, out] LPADDRESSPROPS pAddress
);

Parameters

pAddress [in, out]

Type: LPADDRESSPROPS

Receives a pointer to the ADDRESSPROPS structure to free.

Return value

Type: HRESULT

Returns one of the following values.

Return code Description
S_OK
Indicates success.
E_INVALIDARG
Indicates that pAddress is NULL.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Product
Outlook Express 6.0
Header
Mimeole.h
IDL
Mimeole.idl
DLL
Inetcomm.dll (version 6.0 or later)