Attachment.ContentId プロパティ

定義

添付ファイルのコンテンツ識別子を取得または設定します。 ContentId は、添付ファイルが属するアイテムの本文内から参照するために、添付ファイルを識別するカスタムの方法として使用できます。

public:
 property System::String ^ ContentId { System::String ^ get(); void set(System::String ^ value); };
public string ContentId { get; set; }
Public Property ContentId As String

プロパティ値

添付ファイルのコンテンツ ID。

適用対象