Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The put_Typemethod sets the meeting attendee typefor a recipient of a meeting request.

Syntax

HRESULT put_Type (
   OlRecipientType 
rtType
)

Parameters

rtType

[in] One of the OlRecipientTypeenumeration values.

Return Value

This method returns the standard values HRESULT_FROM_WIN32(GetLastError()), E_INVALIDARG, and E_FAIL, as well as the following:

S_OK

The method completed successfully.

Remarks

This method is supported for messaging systems synchronizing with Exchange Server 12 and later.

Requirements

Header pimstore.h
Library Pimstore.lib
Windows Mobile Windows Mobile 6 Classic and later, Windows Mobile 6 Professional and later, Windows Mobile 6 Standard and later

See Also