IExchangeClientFreeBusyInformation::GetEmailAddress (Windows CE 5.0)

Send Feedback

This method provides the email address associated with the free/busy data entry.

HRESULT GetEmailAddress(  WCHAR* wszAddressBuffer,  UINT cchAddressBuffer);

Parameters

  • wszAddressBuffer
    [out] Pointer to a caller-allocated buffer that this method uses to store the email address.
  • cchAddressBuffer
    [in] The size of the buffer represented by the pointer in the wszAddressBuffer parameter.

Return Values

The following table shows possible return values:

Value Description
E_POINTER The address in wszAddressBuffer is not valid.
E_INVALIDARG The size of the provided buffer, according to cchAddressBuffer, was 0.
S_OK The email address was provided successfully.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: IExchangeClient.h, IExchangeClient.idl.
Link Library: OWAExchangeClient.lib.

See Also

IExchangeClientFreeBusyInformation

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.