Gets the e-mail template that is used to distribute the one-time passwords.
Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim instance As OneTimePasswordDistribution
Dim value As EmailTemplate

value = instance.MailTemplate

Syntax

Visual Basic
Public ReadOnly Property MailTemplate As EmailTemplate
C#
public EmailTemplate MailTemplate { get; }
C++
public:
property EmailTemplate^ MailTemplate {
		EmailTemplate^ get ();
}
J#
/** @property */
public EmailTemplate get_MailTemplate ()
JScript
public function get MailTemplate () : EmailTemplate

Property Value

An EmailTemplate object that describes the e-mail template that is used to distribute the one-time passwords.

Remarks

This property is only applicable to distribution methods that distribute the one-time passwords through e-mail. The DistributionType property indicates the distribution method.


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 2008 x64 Edition

Target Platforms

Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2

See Also