Edit

Share via


RuleActions.ServerReplyWithMessage Property

Definition

Gets or sets the ID of the template message that should be sent as a reply to incoming messages.

public:
 property Microsoft::Exchange::WebServices::Data::ItemId ^ ServerReplyWithMessage { Microsoft::Exchange::WebServices::Data::ItemId ^ get(); void set(Microsoft::Exchange::WebServices::Data::ItemId ^ value); };
public Microsoft.Exchange.WebServices.Data.ItemId ServerReplyWithMessage { get; set; }
Public Property ServerReplyWithMessage As ItemId

Property Value

An identifier to be used for the reply message.

Remarks

The ServerReplyWithMessage property represents an action that replies to a message.

When you reply to a message, the reply message template is used. The ServerReplyWithMessage property returns the unique identifier for the template.

The ServerReplyWithMessage property is returned with the RuleActions class regardless of whether the rule that is associated with this RuleActions class has defined such a rule action. If the rule has defined and enabled such a rule action, this property will be non-null.

Applies to