Share via


IExchangeClientContactInformation::GetHomePhoneNumber (Windows Embedded CE 6.0)

1/6/2010

This method provides the home phone number of the contact.

Syntax

HRESULT GetHomePhoneNumber(
  WCHAR* wszNumberBuffer,
  UINT cchNumberBuffer
);

Parameters

  • wszNumberBuffer
    [out] Pointer to a caller-allocated buffer that this method uses to store the home phone number.
  • cchNumberBuffer
    [in] The size of the buffer represented by the pointer in the wszNumberBuffer parameter.

Return Value

The following table shows possible return values:

Value Description

E_POINTER

The address in wszNumberBuffer is not valid.

E_INVALIDARG

The size of the provided buffer, according to cchNumberBuffer, was 0.

S_OK

The home phone number was provided successfully.

Requirements

Header iexchangeclient.h, iexchangeclient.idl
Library OWAExchangeClient.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

IExchangeClientContactInformation