SourceMailAccount
Object Hierarchy:
Description:
[
CCode ( type_id =
"e_source_mail_account_get_type ()" ) ]
[
Version ( since =
"3.6" ) ]
public class SourceMailAccount :
SourceBackend
Contains only private data that should be read and manipulated using the functions below.
Content:
Properties:
- public string archive_folder { get; set construct; }
Folder to Archive messages in
- public bool builtin { get; set construct; }
Whether the account is builtin
- public string identity_uid { get; set construct; }
ESource UID of a Mail Identity
- public ThreeState mark_seen { get; set construct; }
Three-state option for Mark messages as read after N seconds
- public int mark_seen_timeout { get; set construct; }
Timeout in milliseconds for Mark messages as read after N seconds
- public bool needs_initial_setup { get; set construct; }
Whether the account needs to do an initial setup
Creation methods:
Methods:
Inherited Members:
All known members inherited from class E.SourceBackend
All known members inherited from class E.SourceExtension
All known members inherited from class GLib.Object