AttachmentBase.ContentStream 속성

정의

이 첨부 파일의 콘텐츠 스트림을 가져옵니다.

public:
 property System::IO::Stream ^ ContentStream { System::IO::Stream ^ get(); };
public System.IO.Stream ContentStream { get; }
member this.ContentStream : System.IO.Stream
Public ReadOnly Property ContentStream As Stream

속성 값

Stream

이 첨부 파일의 콘텐츠 스트림입니다.

적용 대상