EmailAttachment

EmailAttachment class

이메일 메시지에 첨부된 파일을 나타냅니다.

public class EmailAttachment : EmailAttachmentBase

속성

이름 설명
override Content { get; set; } 첨부파일 내용을 가져오거나 설정합니다.
ContentId { get; } 이것의 콘텐츠 ID를 가져옵니다.EmailAttachmentBase .
MediaType { get; } 이 미디어 유형을 가져옵니다.EmailAttachmentBase .
Name { get; set; } 첨부파일의 이름을 가져오거나 설정합니다.

행동 양식

이름 설명
CreateWatermarker() 첨부파일에서 컨텐츠를 불러옵니다.
CreateWatermarker(LoadOptions) 지정된 로드 옵션으로 첨부 파일에서 콘텐츠를 로드합니다.
CreateWatermarker(LoadOptions, WatermarkerSettings) 지정된 로드 옵션 및 설정으로 첨부 파일에서 콘텐츠를 로드합니다.
GetDocumentInfo() 첨부파일에 저장된 문서의 정보를 가져옵니다.

또한보십시오