AttachmentBase.ContentId 속성

정의

이 첨부 파일의 MIME 콘텐츠 ID를 가져오거나 설정합니다.

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

속성 값

String

콘텐츠 ID를 보유하는 String입니다.

예외

ContentIdnull로 설정하려고 했습니다.

적용 대상