EmailIrmTemplate.Description Property

Definition

Gets or sets the description of the template.

public:
 property Platform::String ^ Description { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Description();

void Description(winrt::hstring value);
public string Description { get; set; }
var string = emailIrmTemplate.description;
emailIrmTemplate.description = string;
Public Property Description As String

Property Value

String

Platform::String

winrt::hstring

The description of the template.

Windows requirements

App capabilities
email emailSystem

Applies to