共用方式為


EmailMessage.NormalizedSubject 屬性

定義

取得已移除其他前置詞的電子郵件訊息主旨行,例如 fwd: 和 re:

public:
 property Platform::String ^ NormalizedSubject { Platform::String ^ get(); };
winrt::hstring NormalizedSubject();
public string NormalizedSubject { get; }
var string = emailMessage.normalizedSubject;
Public ReadOnly Property NormalizedSubject As String

屬性值

String

Platform::String

winrt::hstring

已移除其他前置詞的電子郵件訊息主旨行,例如 fwd: 和 re:

Windows 需求

應用程式功能
email emailSystem

適用於