Hi @Soudios
Can you please try this to get all attachments name
String.Join(", ", currentMailMessage.Attachments.Select(Function(x) x.Name))
Hi @Soudios
Can you please try this to get all attachments name
String.Join(", ", currentMailMessage.Attachments.Select(Function(x) x.Name))