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 subject of emails sent by Smi.
Namespace: Smartsite.ManagementInformation
Assembly: Smartsite.ManagementInformation (in Smartsite.ManagementInformation.dll)
Syntax
C# | Copy Code |
---|---|
[(Name = "{0}.mail.subject")] public static string MailSubject( string siteName ) |
Visual Basic (Declaration) | Copy Code |
---|---|
<(Name := "{0}.mail.subject")> _ Public Shared Function MailSubject ( _ siteName As _ ) As |
Parameters
- siteName
- String
Name of the Smi site as defined in the Smartsite.ManagementInformation.config file.
Return Value
Returns the mail subject for the Smi site that is configured in SmiServer.exe.config.See Also
SmiData Class
Smartsite.ManagementInformation Namespace