mailproc-global-statusmailproc-global-status
Retrieve the status of a mailprocessor from a MailTransport
Home > Books > NetKernel API and Services Reference > Accessor Listing > SMTP Email Service > mailproc-global-status

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn:org:ten60:netkernel:mod:smtp

The mailproc-global-status accessor is exported by the urn:org:ten60:netkernel:mod:smtp module. Import this module to gain access to the accessor.

Syntax

URI
active:mailproc-global-status

Example Usage

DPML

<instr>
  <type>mailproc-global-status</type>
</instr>

NetKernel Foundation API

req=context.createSubRequest("active:mailproc-global-status");
result=context.issueSubRequest(req);

Purpose

The mailproc-global-status accessor retrieves the status of a MailTransport and all registered mailprocessors.

The MailTransport which receives the status request is located dynamically and is discovered from the first instance of ffcpl:/etc/MailTransportConfig.xml in the current module address space.

For more information on the operation of the MailTransport see the MailTransport guide.

Format

The status has the following format...

<MailTransportStatus>
  <id>this MailTransport's id</id>
  <mailProcessorStatus> ...A mailprocessor status report - see mailproc-status... </mailProcessorStatus> ...
</MailTransportStatus>
© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.