EmailAttachment.ContentId プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リモート システム上の添付ファイルの内容を識別する値を取得または設定します。
public:
property Platform::String ^ ContentId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ContentId();
void ContentId(winrt::hstring value);
public string ContentId { get; set; }
var string = emailAttachment.contentId;
emailAttachment.contentId = string;
Public Property ContentId As String
プロパティ値
添付ファイルの内容を識別する値。
Windows の要件
アプリの機能 |
email
emailSystem
|