SourceMailIdentity
Object Hierarchy:
Description:
[
CCode ( type_id =
"e_source_mail_identity_get_type ()" ) ]
[
Version ( since =
"3.6" ) ]
public class SourceMailIdentity :
SourceExtension
Contains only private data that should be read and manipulated using the functions below.
Content:
Properties:
- public string address { get; set construct; }
- public string aliases { get; set construct; }
- public string name { get; set construct; }
- public string organization { get; set construct; }
- public string reply_to { get; set construct; }
- public string signature_uid { get; set construct; }
Creation methods:
Methods:
- public string? dup_address ()
- public string? dup_aliases ()
- public string? dup_name ()
- public string? dup_organization ()
Thread-safe variation of dup_organization.
- public string? dup_reply_to ()
- public string? dup_signature_uid ()
- public unowned string? get_address ()
Returns the email address for this identity from which to send
messages.
- public unowned string? get_aliases ()
Returns the email address aliases for this identity.
- public HashTable<string,string>? get_aliases_as_hash_table ()
Returns a set aliases as a hash table with address as key and name as
value of the hash table.
- public unowned string? get_name ()
Returns the sender's name for this identity.
- public unowned string? get_organization ()
Returns the sender's organization for this identity.
- public unowned string? get_reply_to ()
Returns the email address for this identity to which recipients should
send replies.
- public unowned string? get_signature_uid ()
Returns the uid of an
Source describing a mail signature.
- public void set_address (string? address)
Sets the email address for this identity from which to send messages.
- public void set_aliases (string? aliases)
Sets the email address aliases for this identity.
- public void set_name (string? name)
Sets the sender's name for this identity.
- public void set_organization (string? organization)
Sets the sender's organization for this identity.
- public void set_reply_to (string? reply_to)
Sets the email address for this identity to which recipients should
send replies.
- public void set_signature_uid (string? signature_uid)
Sets the uid of an
Source describing a mail signature.
Inherited Members:
All known members inherited from class E.SourceExtension
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref