次の方法で共有


PropertySet.RequestedBodyType プロパティ

定義

項目に読み込む必要がある本文の種類を取得または設定します。

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

プロパティ値

BodyType 列挙値の 1 つ。 このプロパティには null 参照を指定できます (Visual Basic では Nothing)。

注釈

プロパティが RequestedBodyType null 参照 (Visual Basic では Nothing) の場合、アイテムの本文は HTML (使用可能な場合) として返されます。それ以外の場合、本文はプレーン テキストとして返されます。

適用対象