GetNoteLoggerInfo

Description

This service returns the mail box e-mail address that is configured for the E-mail Recorder feature.

Arguments

Argument Type Description
auth (optional) Auth The Auth type supplies credentials and optionally, a host name for licensing. The userId and password can be specified with HTTP BASIC or WS-SECURITY instead.
options Options Holds name value pairing for future arguments.

Response

NoteLoggerInfo is returned in the response. The NoteLoggerInfo type contains the e-mail address that has been designated for the E-mail Recorder. See NoteLoggerInfo for more information.

Usage

This service is only used by the SBM Mobile application.

Faults

XML

The following XML is a snippet of the payload being sent with GetNoteLoggerInfo.

<urn:GetNoteLoggerInfo>
    <urn:auth>
        <urn:userId>admin</urn:userId>
        <urn:password></urn:password>
        <urn:hostname>localhost</urn:hostname>
        <urn:loginAsUserId></urn:loginAsUserId>
    </urn:auth>
</urn:GetNoteLoggerInfo>