_RuleConditions.Category Propriété

Définition

Renvoie un CategoryRuleCondition objet avec un ConditionType de olConditionCategory. En lecture seule.

public:
 property Microsoft::Office::Interop::Outlook::CategoryRuleCondition ^ Category { Microsoft::Office::Interop::Outlook::CategoryRuleCondition ^ get(); };
public Microsoft.Office.Interop.Outlook.CategoryRuleCondition Category { get; }
Public ReadOnly Property Category As CategoryRuleCondition

Valeur de propriété

Remarques

Utilisez l’objet CategoryRuleCondition renvoyé lors de l’énumération des conditions de règle ou des conditions d’exception d’une règle existante, ou lors de la création d’une règle qui spécifie la condition ou la condition d’exception selon laquelle le message se voit attribuer des catégories spécifiques.

Cette propriété de la RuleActions collection renvoie toujours un objet CategoryRuleCondition que la règle associée à cette collection RuleConditions ait ou non défini une telle condition de règle. Si la règle a défini et activé une telle condition de règle, Enabled la valeur est True.

S’applique à