Share via


IContactPropertyCollection::GetPropertyType Method

Retrieves the type for the current property in the enumeration.

Syntax

HRESULT GetPropertyType(      
    DWORD *pdwType
);

Parameters

  • pdwType
    [in, out] Specifies the type of property.
    • CGD_UNKNOWN_PROPERTY

    • CGD_STRING_PROPERTY

    • CGD_DATE_PROPERTY

    • CGD_BINARY_PROPERTY

    • CGD_ARRAY_NODE

Return Value

Returns one of the following values.

S_OK Query is successful.