Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Application Calls → GetNoteLoggerInfo
This service returns the mail box e-mail address that is configured for the E-mail Recorder feature.
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.
This service is only used by the SBM Mobile application.
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>
 
    Copyright © 2007–2015 Serena Software, Inc. All rights reserved.