Contains a reference to the ObjectID of the EmailTemplate resource that is sent to the requester if the approval times out.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As ApprovalActivity
Dim value As Guid

value = instance.ApprovalTimeoutEmailTemplate

instance.ApprovalTimeoutEmailTemplate = value

Syntax

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

/** @property */
public void set_ApprovalTimeoutEmailTemplate (Guid value)
JScript
public function get ApprovalTimeoutEmailTemplate () : Guid

public function set ApprovalTimeoutEmailTemplate (value : Guid)

Property Value

A Guid value that references an EmailTemplate.

Remarks

Caution:
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

Target Platforms

Windows 2008 x64 Edition

Change History

See Also