PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the html body of emails sent by Smi.

Namespace: Smartsite.ManagementInformation
Assembly:  Smartsite.ManagementInformation (in Smartsite.ManagementInformation.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.mail.htmlbody")]
public static string MailHtmlBody(
	string siteName
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.mail.htmlbody")> _
Public Shared Function MailHtmlBody ( _
	siteName As  _
) As 

Parameters

siteName
String
Name of the Smi site as defined in the Smartsite.ManagementInformation.config file.

Return Value

Returns the mail html body for the Smi site that is configured in SmiServer.exe.config.

See Also

Advanced