次の方法で共有


AttachmentType.ContentType プロパティ

定義

プロパティは 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

: これは排他的リストではありません。

適用対象