_RuleActions.CC Property

Definition

Returns a SendRuleAction object with ActionType being olRuleActionCcMessage. Read-only.

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

Property Value

Remarks

Use the returned SendRuleAction object when enumerating the rule actions of an existing rule or when creating a new rule that specifies cc-ing a message to specific recipients as an action.

This property of the RuleActions collection always returns a SendRuleAction object regardless of whether the rule associated with this RuleActions collection has defined such a rule action. If the rule has defined and enabled such a rule action, then Enabled will be True.

Applies to