Share via


IFsrmSetting.EmailTest Method (String)

 

Send an email message to the specified email address.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

void EmailTest(
    string MailTo
)
void EmailTest(
    String^ MailTo
)
abstract EmailTest : 
        MailTo:string -> unit
Sub EmailTest (
    MailTo As String
)

Parameters

  • MailTo
    Type: System.String

    The email address. The string is limited to 255 characters.

Remarks

For an example, see IFsrmSetting.

See Also

FsrmSetting
IFsrmSetting Interface
Microsoft.Storage Namespace

Return to top