EmailMessage.NormalizedSubject 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 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
The subject line of an email message stripped of additional prefixes such as fwd: and re:
Windows requirements
App capabilities |
email
emailSystem
|