Hi @Soudios you need only attachment name right ?
try this to get attachment name
String.Join(", ", Attachment.Select(Function(a) a.Name))
Hi @Soudios you need only attachment name right ?
try this to get attachment name
String.Join(", ", Attachment.Select(Function(a) a.Name))