SourceMailComposition
Object Hierarchy:
Description:
[
CCode ( type_id =
"e_source_mail_composition_get_type ()" ) ]
[
Version ( since =
"3.6" ) ]
public class SourceMailComposition :
SourceExtension
Contains only private data that should be read and manipulated using the functions below.
Content:
Properties:
Creation methods:
Methods:
- public string[] dup_bcc ()
- public string[] dup_cc ()
Thread-safe variation of
get_cc.
- public string? dup_drafts_folder ()
- public string? dup_language ()
- public string? dup_templates_folder ()
- public unowned string[] get_bcc ()
Returns a null-terminated string
array of recipients which should automatically be added to the blind carbon-copy (Bcc) list when composing a new mail message.
- public unowned string[] get_cc ()
Returns a null-terminated string
array of recipients which should automatically be added to the carbon-copy (Cc) list when composing a new mail message.
- public unowned string? get_drafts_folder ()
Returns a string identifying the preferred folder for draft messages.
- public unowned string? get_language ()
Returns a string identifying the preferred language, like "en_US".
- public SourceMailCompositionReplyStyle get_reply_style ()
Returns preferred reply style to be used when replying using the
associated account.
- public bool get_sign_imip ()
Returns whether outgoing iMIP messages such as meeting requests should
also be signed.
- public ThreeState get_start_bottom ()
Returns whether start at bottom when replying or forwarding using the
associated account.
- public unowned string? get_templates_folder ()
Returns a string identifying the preferred folder for message
templates.
- public ThreeState get_top_signature ()
Returns whether place signature at top when replying or forwarding
using the associated account.
- public void set_bcc (string[] bcc)
Sets the recipients which should automatically be added to the blind
carbon-copy (Bcc) list when composing a new mail message.
- public void set_cc (string[] cc)
Sets the recipients which should automatically be added to the carbon
copy (Cc) list when composing a new mail message.
- public void set_drafts_folder (string? drafts_folder)
Sets the preferred folder for draft messages by an identifier string.
- public void set_language (string? language)
Sets the preferred language by an identifier string, like "en_US".
- public void set_reply_style (SourceMailCompositionReplyStyle reply_style)
Sets preferred reply style to be used when replying using the
associated account.
- public void set_sign_imip (bool sign_imip)
Sets whether outgoing iMIP messages such as meeting requests should
also be signed.
- public void set_start_bottom (ThreeState start_bottom)
Sets whether start bottom when replying or forwarding using the
associated account.
- public void set_templates_folder (string? templates_folder)
Sets the preferred folder for message templates by an identifier
string.
- public void set_top_signature (ThreeState top_signature)
Sets whether place signature at top when replying or forwarding using
the associated account.
Inherited Members:
All known members inherited from class E.SourceExtension
All known members inherited from class GLib.Object