Share via


ApprovalActivity.ApprovalEmailTemplate Property

Contains a reference to the ObjectID of the EmailTemplate resource that is sent to all approvers to enable them to approve or reject a request.

Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)

Usage

'Usage
Dim instance As ApprovalActivity
Dim value As Guid

value = instance.ApprovalEmailTemplate

instance.ApprovalEmailTemplate = value

Syntax

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

/** @property */
public void set_ApprovalEmailTemplate (Guid value)
public function get ApprovalEmailTemplate () : Guid

public function set ApprovalEmailTemplate (value : Guid)

Property Value

A Guid value that references an EmailTemplate.

Remarks

Warning

You can unintentionally disclose information about a request by adding information about the request to an EmailTemplate that is used by an ApprovalActivity activity. Information that is included in the template is sent to the e-mail recipients without verification that they are authorized to view that information. We recommend that Microsoft Forefront Identity Manager 2010 (FIM) administrators review and follow their organizations’ policies regarding which information to include in templates.

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

Change History

See Also

Reference

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

Other Resources

EmailTemplate