SourceMailComposition
Object Hierarchy:
Description:
[ CCode ( type_id = "e_source_mail_composition_get_type ()" ) ]
[ Version ( since = "3.6" ) ]
public class SourceMailComposition : SourceExtension
[ Version ( since = "3.6" ) ]
public class SourceMailComposition : SourceExtension
Contains only private data that should be read and manipulated using the functions below.
Namespace: E
Package: libedataserver-1.2
Content:
Properties:
- public string[] bcc { get; set construct; }
- public string[] cc { get; set construct; }
- public string drafts_folder { get; set construct; }
- public string language { get; set construct; }
- public SourceMailCompositionReplyStyle reply_style { get; set construct; }
- public bool sign_imip { get; set construct; }
- public ThreeState start_bottom { get; set construct; }
- public string templates_folder { get; set construct; }
- public ThreeState top_signature { get; set construct; }
Creation methods:
- protected SourceMailComposition ()
Methods:
- public string[] dup_bcc ()
Thread-safe variation of get_bcc.
- public string[] dup_cc ()
Thread-safe variation of get_cc.
- public string? dup_drafts_folder ()
Thread-safe variation of get_drafts_folder.
- public string? dup_language ()
Thread-safe variation of get_language.
- public string? dup_templates_folder ()
Thread-safe variation of get_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