_Category.Color Propiedad

Definición

Devuelve o establece una OlCategoryColor constante que indica el color usado por el Category objeto . Lectura y escritura.

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

Valor de propiedad

Comentarios

Puede compartir el mismo color para varias categorías, especificando la misma constante que representa el color de la categoría en la enumeración OlCategoryColor para esos objetos Category.

Se aplica a