NoteLoggerInfo

Description

The NoteLoggerInfo type holds the e-mail address for the E-mail Recorder mail box. The NoteLoggerInfo type parameters are listed below.

Parameters

Name Type Description
emailAddress string This is the e-mail address that is specified in the Mailbox Configuration for the E-mail Recorder.

Usage

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.

XML

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>