How to get the attchement name with extension (Microsoft office 365 activities)

when referring to this:

we can do:
arrAttachmentPaths =

myAttachments.Select(Function (x) x.FullName).ToArray()

or
arrAttachmentNames =

myAttachments.Select(Function (x) x.Name).ToArray()