OneTimePasswordDistribution.MailTemplate Property

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

'Usage
Dim instance As OneTimePasswordDistribution
Dim value As EmailTemplate

value = instance.MailTemplate

Syntax

'Declaration
Public ReadOnly Property MailTemplate As EmailTemplate
public EmailTemplate MailTemplate { get; }
public:
property EmailTemplate^ MailTemplate {
    EmailTemplate^ get ();
}
/** @property */
public EmailTemplate get_MailTemplate ()
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

Reference

OneTimePasswordDistribution Class
OneTimePasswordDistribution Members
Microsoft.Clm.Shared.ProfileTemplates Namespace
OneTimePasswordDistribution.DistributionType Property