IMAP Mail List
IMAP Mail List 이벤트는 IMAP을 통하여 메일 목록 Message ID 값을 가져옵니다.
가져온 Message ID로 IMAP Mail Message 이벤트를 활용할 수 있습니다.
1. 먼저 Properties 세팅을 해서 가져올 메일함을 선택합니다. (Event Properties)
- Event Name : 이벤트 이름
- Stop If Error : 에러 발생 시 중지 여부
- IMAP Server : IMAP 서버 주소
- IMAP Server Port : IMAP 서버 포트
- Use SSL : IMAP 접속 SSL 사용 여부
- IMAP Mail ID (Address) : IMAP 계정 아이디
- IMAP Mail Pass : IMAP 계정 암호
- MessageID List Save : IMAP을 통하여 Message ID를 저장할 변수명 지정 (List<string> Type)
[실행 결과]
검색 조건에 맞는 Message ID 값을 가져옵니다.
2. Pre Run Script를 통하여 변수 대입 및 동적인 처리가 가능합니다.
Created with the Personal Edition of HelpNDoc: Free Qt Help documentation generator