Pop3 Mail Message
Pop3 Mail Message 이벤트는 Pop3 Message ID로 메일 상세 정보를 가져옵니다.
1. Message ID로 가져올 메일 상세 정보는 다음과 같습니다.
- string MailFrom : 발송 메일 주소
- List<string> MailTo : 수신 메일 주소
- List<string> MailCC : 참조 메일 주소
- List<string> MailBCC : 숨은참조 메일 주소
- string MailSubject : 메일 제목
- bool MailHtmlBody : HTML Body 사용 여부
- string MailBodyPlain : Plain Body 내용
- string MailBodyHtml : HTML Body 내용
- List<string> MailAttachments : 첨부파일
2. Event Properties
- Event Name : 이벤트 이름
- Stop If Error : 에러 발생 시 중지 여부
- Pop3 Server : Pop3 서버 주소
- Pop3 Server Port : Pop3 서버 포트
- Secure socket Options : 보안 소켓 옵션(None/Auto/SslOnConnect 등)
- Ssl Protocols : Ssl 프로토콜 (None/SSL 2.0/SSL 3.0/TLS 1.0 등)
- Pop3 Mail ID (Address) : Pop3 계정 아이디
- Pop3 Mail Pass : Pop3 계정 암호
- Target Message ID : 상세 정보를 가져올 Message ID (변수 치환 가능 : 예 - {message_id})
- Attachment Write Folder : 첨부파일을 다운로드 하여 저장할 Local 위치
[실행 결과]
Created with the Personal Edition of HelpNDoc: Free EBook and documentation generator