Compartir a través de


MAPIFolder.ShowItemCount Propiedad

Definición

Establece o devuelve una constante en la OlShowItemCount enumeración que indica si se va a mostrar el número de mensajes no leídos en la carpeta o el número total de elementos de la carpeta en el panel de navegación. Lectura y escritura.

public:
 property Microsoft::Office::Interop::Outlook::OlShowItemCount ShowItemCount { Microsoft::Office::Interop::Outlook::OlShowItemCount get(); void set(Microsoft::Office::Interop::Outlook::OlShowItemCount value); };
public Microsoft.Office.Interop.Outlook.OlShowItemCount ShowItemCount { get; set; }
Public Property ShowItemCount As OlShowItemCount

Valor de propiedad

Comentarios

La propiedad ShowItemCount no funciona con carpetas públicas.

Se aplica a