Share via


Attachment.FileName Property

Outlook Developer Reference

Returns a String representing the file name of the attachment. Read-only.

Syntax

expression.FileName

expression   A variable that represents an Attachment object.

Remarks

Use this property in conjunction with the PathName property.

See Also