Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

QMailTransmitAction Class Reference
[QtMessagingModule]

The QMailTransmitAction class provides the interface for transmitting messages to external message services. More...

    #include <QMailTransmitAction>

This class is under development and is subject to change.

Inherits QMailServiceAction.

Public Functions

Public Slots

Additional Inherited Members


Detailed Description

The QMailTransmitAction class provides the interface for transmitting messages to external message services.

QMailSearchAction provides the mechanism for messaging clients to request that the message server transmit messages to external services. The transmit action object reports on the progress and outcome of its activities via the signals inherited from QMailServiceAction.

The send() slot requests that the message server transmit each identified message to the external service associated with each messages' account.

Note: the slots exported by QMailTransmitAction are expected to change in future releases, as the message server is extended to provide a finer-grained interface for message transmission.


Member Function Documentation

QMailTransmitAction::QMailTransmitAction ( QObject * parent = 0 )

Constructs a new transmit action object with the supplied parent.

void QMailTransmitAction::send ( const QMailMessageIdList & ids )   [slot]

Requests that the message server transmit each message listed in ids to the external service associated with that messages' account.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3