59532/how-to-get-the-filename-of-email-attachment-in-uipath-studio
How could I get the filename of attachment without saving the attachment? I want to compare that name through “if” condition. There are options in coding like item.attachment.display_name or item.attachment.filename (for each item in mailbox loop) but I could not find either in UIPath. Please help!
Hey Apeksha, If your email contains just one attachment you could use the following code to get its name:
attachmentName = CType(item.Attachments.FirstOrDefault, Attachment).Name
These are the steps to add two ...READ MORE
Hey Rashid, if you wish to send ...READ MORE
Hello Hemant, you can create an automation ...READ MORE
You can use anchor base in that ...READ MORE
Hi everyone! I want to automate a process ...READ MORE
There are two options to identify a ...READ MORE
UiPath’s Community Edition (CE) is the version which is ...READ MORE
I want to access all the unread ...READ MORE
Steps to get your desired package in ...READ MORE
Hey there, you can use Get Outlook ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.