Specifies the EmailTemplate Object that will be used to mail notifications. This API is currently not supported.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As EmailNotificationActivity
Dim value As Guid

value = instance.EmailTemplate

instance.EmailTemplate = value

Syntax

Visual Basic
Public Property EmailTemplate As Guid
C#
public Guid EmailTemplate { get; set; }
C++
public:
property Guid EmailTemplate {
		Guid get ();
		void set (Guid value);
}
J#
/** @property */
public Guid get_EmailTemplate ()

/** @property */
public void set_EmailTemplate (Guid value)
JScript
public function get EmailTemplate () : Guid

public function set EmailTemplate (value : Guid)

Property Value

Returns Guid that corresponds to an EmailTemplate Object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

Windows 2008 x64 Edition

See Also