ImageGear v26.3 - Updated November 9, 2022
ImageGear.Formats.Email Assembly / ImageGear.Formats.Email Namespace / ImGearEmailAttachment Class / FileName Property




In This Topic
FileName Property (ImGearEmailAttachment)
In This Topic
Returns the file name of the attachment
Syntax
'Declaration
 
Public ReadOnly Property FileName As String
 
'Usage
 
Dim instance As ImGearEmailAttachment
Dim value As String
 
value = instance.FileName
See Also