EmailIrmTemplate
EmailIrmTemplate
EmailIrmTemplate
EmailIrmTemplate
Class
Definition
Represents a template that can be used to create new EmailIrmInfo objects.
public : sealed class EmailIrmTemplate : IEmailIrmTemplatepublic sealed class EmailIrmTemplate : IEmailIrmTemplatePublic NotInheritable Class EmailIrmTemplate Implements IEmailIrmTemplate// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
EmailIrmTemplate() EmailIrmTemplate() EmailIrmTemplate() EmailIrmTemplate()
Creates a new instance of the EmailIrmTemplate class.
public : EmailIrmTemplate()public EmailIrmTemplate()Public Sub New()// You can use this method in JavaScript.
- See Also
EmailIrmTemplate(String, String, String) EmailIrmTemplate(String, String, String) EmailIrmTemplate(String, String, String) EmailIrmTemplate(String, String, String)
Creates a new instance of the EmailIrmTemplate class with the specified ID, name and description.
public : EmailIrmTemplate(PlatForm::String id, PlatForm::String name, PlatForm::String description)public EmailIrmTemplate(String id, String name, String description)Public Sub New(id As String, name As String, description As String)// You can use this method in JavaScript.
Parameters
- id
- PlatForm::String String String String
The ID for the new template.
- name
- PlatForm::String String String String
The name of the new template.
- description
- PlatForm::String String String String
The description of the new template.
Properties
Description Description Description Description
Gets or sets the description of the template.
public : PlatForm::String Description { get; set; }public string Description { get; set; }Public ReadWrite Property Description As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The description of the template.
Id Id Id Id
Gets or sets the ID for the template.
public : PlatForm::String Id { get; set; }public string Id { get; set; }Public ReadWrite Property Id As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The ID for the template.