Okay try this instead “Respond_Mails/_” + (item.From.Address.Replace(“.”, “”)) + “.eml”
but this will remove all the dots (.) if present between the except the last one .eml
1 Like
Okay try this instead “Respond_Mails/_” + (item.From.Address.Replace(“.”, “”)) + “.eml”
but this will remove all the dots (.) if present between the except the last one .eml