Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Responses → NoteLoggerInfo
The NoteLoggerInfo type holds the e-mail address for the E-mail Recorder mail box. The NoteLoggerInfo type parameters are listed below.
Name | Type | Description |
---|---|---|
emailAddress | string | This is the e-mail address that is specified in the Mailbox Configuration for the E-mail Recorder. |
The NoteLoggerInfo type holds the e-mail address that is configured for the E-mail Recorder mail box. You use GetNoteLoggerInfo to retrieve the data shown here.
The following XML snippet shows the NoteLoggerInfo type in the return element of the GetNoteLoggerInfo response.
<ae:GetNoteLoggerInfoResponse> <ae:return> <ae:emailAddress>test@companyName.com</ae:emailAddress> </ae:return> </ae:GetNoteLoggerInfoResponse>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.