Attachment.DisplayName 属性

定义

返回或设置 C# 中的 字符串 (字符串 ) 表示名称,该名称不需要是实际文件名,显示在表示嵌入附件的图标下方。 读/写。

public:
 property System::String ^ DisplayName { System::String ^ get(); void set(System::String ^ value); };
public string DisplayName { get; set; }
Public Property DisplayName As String

属性值

注解

此属性对应于 PidTagDisplayName 的 MAPI 属性。

适用于