Transport
Object Hierarchy:
Description:
[
CCode ( type_id =
"camel_transport_get_type ()" ) ]
public abstract class Transport :
Service,
Initable
Content:
Creation methods:
Methods:
- public bool get_request_dsn ()
Returns whether should request Delivery Status Notification in the "send_to"
operation.
- public async bool send_to (MimeMessage message, Address from, Address recipients, int io_priority, Cancellable? cancellable = null, out bool out_sent_message_saved) throws Error
Sends the message asynchronously to the given recipients, regardless of the
contents of message
.
- public virtual bool send_to_sync (MimeMessage message, Address from, Address recipients, out bool out_sent_message_saved, Cancellable? cancellable = null) throws Error
Sends the message to the given recipients, regardless of the contents of
message
.
- public void set_request_dsn (bool request_dsn)
Sets whether should request Delivery Status Notification during the
"send_to" operation.
Inherited Members:
All known members inherited from class Camel.Service
All known members inherited from class Camel.Object
All known members inherited from class GLib.Object
All known members inherited from interface GLib.Initable