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 default "to" addresses of emails sent by Smi.

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

Syntax

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

Parameters

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

Return Value

Returns the mail "to" address for the Smi site that is configured in SmiServer.exe.config.

See Also

Advanced