EmailAttachment.FileName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置电子邮件附件的显示文件名。
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
属性值
电子邮件附件的显示文件名。
Windows 要求
应用功能 |
email
emailSystem
|