EmailNotificationActivity.EmailTemplate Property

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

'Usage
Dim instance As EmailNotificationActivity
Dim value As Guid

value = instance.EmailTemplate

instance.EmailTemplate = value

Syntax

'Declaration
Public Property EmailTemplate As Guid
public Guid EmailTemplate { get; set; }
public:
property Guid EmailTemplate {
    Guid get ();
    void set (Guid value);
}
/** @property */
public Guid get_EmailTemplate ()

/** @property */
public void set_EmailTemplate (Guid value)
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

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

EmailNotificationActivity Class
EmailNotificationActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace