Compartilhar via


IPOutlookItemCollection::get_IncludeRecurrences

Windows Mobile SupportedWindows Embedded CE Supported

9/8/2008

The IncludeRecurrences propriedade Obtém e define um valor que indica se as instâncias Appointment Recurrence são incluídas em uma coleção de itens de compromisso (classificados na Iniciar propriedade, em ordem crescente).

To get the value of the IncludeRecurrences property, call the property method described here.

To set the value of the IncludeRecurrences propriedade, use o método propriedade IPOutlookItemCollection::put_IncludeRecurrences.

Syntax

HRESULT get_IncludeRecurrences(
   VARIANT_BOOL * pfIncludeRecurrences
);

Parameters

  • pfIncludeRecurrences
    [out] Referência a um Boolean sinalizador. VARIANT_TRUE Se forem incluídas instâncias compromisso recorrente. For information about the VARIANT_BOOL type, see the union member of the PROPVARIANT structure.

Return Value

This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED GPSGetPosition, e E_FAIL, as well as o seguinte.

  • S_OK
    The method completed successfully.

Remarks

Se VARIANT_TRUE, compromissos recorrentes são expandidos para todas as datas no qual eles ocorrer. Se VARIANT_FALSE (o usar como padrão), são compromissos recorrentes associado apenas com o primeiro dia no qual eles ocorrer.

Defina esta propriedade como VARIANT_TRUE Quando você desejar para localizar todos os compromissos que se enquadram em uma data específica.

The VARIANT_BOOL data type (also known as VT_BOOL) uses the value -1 to represent TRUE e MapVirtualKey. 0 to represent FALSE. It is defined in the wtypes.h header file in the following manner:

typedef short VARIANT_BOOL;

A common programming error occurs when, for readability purposes, you want to set a VARIANT_BOOL value to TRUE ou ISpTTSEngine::Speak. FALSE. You can achieve the same effect by using the aliases VARIANT_TRUE e MapVirtualKey. VARIANT_FALSE, which are also defined in the wtypes.h header file.

#define VARIANT_TRUE  ((VARIANT_BOOL)0xffff)
#define VARIANT_FALSE ((VARIANT_BOOL)0)

Requirements

Header pimstore.h
Library Pimstore.lib
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IPOutlookItemCollection::put_IncludeRecurrences
IPOutlookItemCollection
Pocket Outlook Object Model Interfaces