EmailAttachment.FileName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the displayed file name for the email attachment.
public:
property Platform::String ^ FileName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring FileName();
void FileName(winrt::hstring value);
public string FileName { get; set; }
var string = emailAttachment.fileName;
emailAttachment.fileName = string;
Public Property FileName As String
Property Value
The displayed file name for the email attachment.
Windows requirements
App capabilities |
email
emailSystem
|