[Visual Basic] Public Shared Function SendStatsReport( _ ByVal Year As Integer, _ ByVal Month As Integer, _ ByVal Day As Integer, _ ByVal send_to As String, _ ByVal include_attachment As Integer, _ ByVal mail_server As String, _ ByVal mail_from As String _ ) As Integer
[C#] public static int SendStatsReport( intYear, intMonth, intDay, stringsend_to, intinclude_attachment, stringmail_server, stringmail_from );
Parameters
Year
Year that it is for.
Month
Month that it is for.
Day
Day it is for.
send_to
E-mail addresses (comma separated) of who should receive report.