AttachmentType.ContentType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロパティは ContentType 、添付ファイル コンテンツの多目的インターネット メール拡張機能 (MIME) の種類を記述する値を取得または設定します。
public:
property System::String ^ ContentType { System::String ^ get(); void set(System::String ^ value); };
public string ContentType { get; set; }
Public Property ContentType As String
プロパティ値
プロパティは ContentType 、添付ファイルのコンテンツ タイプを表す文字列値を返します。
注釈
このプロパティで設定できる文字列の例を次に示します。
- text/plain
- text/xml
- application/octet-stream
- multipart/mixed
- image/jpeg
注: これは排他的リストではありません。