RulePredicates.Importance プロパティ

定義

条件または例外を適用するために受信メッセージにスタンプされる重要度を取得または設定します。

public:
 property Nullable<Microsoft::Exchange::WebServices::Data::Importance> Importance { Nullable<Microsoft::Exchange::WebServices::Data::Importance> get(); void set(Nullable<Microsoft::Exchange::WebServices::Data::Importance> value); };
public Nullable<Microsoft.Exchange.WebServices.Data.Importance> Importance { get; set; }
Public Property Importance As Nullable(Of Importance)

プロパティ値

Importance プロパティの値。

注釈

Importance は、このプロパティを null に設定することで無効にすることができます。

適用対象