UiPath

[UiPath] Outlook 활용 1

린앤율맘 2023. 10. 24. 07:57

Get Outlook Mail Messages 액티비티 

(아웃룩 메일 수신)

 

Properties > Account "   "

                 > MailFolder "받은 편지함"

                 > Messages 에 변수 설정

 

For Each를 통해 각 이메일 Subject, Body, 수신인 등 Write Line을 써서 확인

 

 

Reply to Outlook Mail Messages

(이메일 답장 보내기)

 

 

Move Outlook Mail Messages

(메일 옮기기)

- 하위 폴더에 옮길 경우에는 ] 경로 표시

 

 

Save Attachments 액티비티

(첨부 파일 있는 경우 저장)

 

If 

Condition : currentItem.attchments.any 

 

 

Read Text File 

(메모장 읽기)

Properties > 변수 생성 

 

Send Outlook Mail Message

 

 

HTML 이메일 보내기 (HTML Converter 활용 or Create HTML Content 활용)

 

HTML 이메일 메모장으로 저장하기

[참고] HTML Converter

https://codebeautify.org/text-to-html-converter

 

Text to HTML Converter: Convert Text to HTML format

Best TEXT to HTML tool to convert Text to HTML paragraphs. Developer can paste Text, String, essay or blog content.

codebeautify.org

Read Text File

Properties 내에 변수 생성

 

Send Outlook Messages

Properties 내에 isBodyHTML 체크 

 

Create HTML Content

(HTML 이메일 만들어주는 액티비티)

Properties 내에 변수 생성

댓글수0