Hi,
Can somebody help me this piece of code to save email. Currently I am able to save all emails with their subject line in .eml format however the code fails when the subject line has a special character like “.” or “-” or “:”. This is because my code assigns value to variable (emailsubject = mail.subject.tostring) and saves email using the value in variable(path+emailsubject)
Regards
Pravin