Pop3 Mail List
Pop3 Mail List 이벤트는 Pop3 통하여 메일 목록 Message ID 값을 가져옵니다.
가져온 Message ID로 Pop3 Mail Message 이벤트를 활용할 수 있습니다.
1. 먼저 Properties 세팅을 해서 가져올 메일함을 선택합니다. (Event Properties)
- Event Name : 이벤트 이름
- Stop If Error : 에러 발생 시 중지 여부
- Pop3 Server : Pop3 서버 주소
- Pop3 Server Port : Pop3 서버 포트
- Secure socket Options : 보안 소켓 옵션(None/Auto/SslOnConnect 등)
- Download Mail Top : 상단 메일 다운로드 개수
- Delete Messages : 메세지 삭제 여부(False/True)
- Ssl Protocols : Ssl 프로토콜 (None/SSL 2.0/SSL 3.0/TLS 1.0 등)
- Pop3 Mail ID (Address) : Pop3 계정 아이디
- Pop3 Mail Pass : Pop3 계정 암호
- MessageID List Save : Pop3 통하여 Message ID를 저장할 변수명 지정 (List<string> Type)
[실행 결과]
검색 조건에 맞는 Message ID 값을 가져옵니다.
Created with the Personal Edition of HelpNDoc: Qt Help documentation made easy