EmailMessage.NormalizedSubject Property

Definition

Gets the subject line of an email message stripped of additional prefixes such as fwd: and 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

Property Value

String

Platform::String

winrt::hstring

The subject line of an email message stripped of additional prefixes such as fwd: and re:

Windows requirements

App capabilities
email emailSystem

Applies to