IGmailClient
Contents
[
Hide
]IGmailClient class
Inherits: Aspose::Email::Clients::Google::IBaseGmailClient
Represents the interface for Gmail client
Methods
| Name | Description |
|---|---|
| AppendMessage (2 overloads) | Directly appends a message into INBOX similar to IMAP APPEND, bypassing most scanning and classification. Does not send a message. |
| ClearCalendar | Clears a calendar. |
| CreateAccessRule | Creates access rule |
| CreateAppointment | Creates an appointment. |
| CreateCalendar (2 overloads) | Creates a calendar. |
| CreateContact (2 overloads) | Creates contact for specified email |
| CreateContactPhoto | Creates contact photo |
| CreateFilter | Creates a filter. |
| DeleteAccessRule | Deletes access rule |
| DeleteAppointment | Deletes an appointment. |
| DeleteCalendar | Deletes a calendar. |
| DeleteContact | Deletes specified contact |
| DeleteContactPhoto | Deletes contact photo |
| DeleteFilter | Immediately and permanently deletes the specified filter. |
| DeleteMessage (2 overloads) | Immediately and permanently deletes the specified message. This operation cannot be undone. Prefer overriding method DeleteMessage with parameter moveToTrash instead. |
| FetchAccessRule | Fetches access rule |
| FetchAppointment | Fetches appointment by identifier. |
| FetchCalendar | Fetches calendar by identifier. |
| FetchMessage | Gets the specified message. |
| GetAllContacts | Fetches all contacts. |
| GetAllGroups | Fetches all contact groups. |
| GetColors | Gets color information |
| GetContact (2 overloads) | Parameters contact Contact to refresh Returns Contact object, that represents a contact of gmail Exceptions WebException when operation fails |
| GetContactsFromGroup | Fetches contacts belonging to the group specified. |
| GetFilter | Gets a filter. |
| GetFreebusyInfo | Gets free/busy information |
| GetPhoto (2 overloads) | Fetches a contact photo |
| GetSetting | Gets settings by the name |
| GetSettings | Gets settings dictionary |
| ImportAppointment | Imports appointment to calendar |
| ListAccessRules | Gets list of access rules |
| ListAppointmentInstances | Gets list of an appointment instances for calendar. |
| ListAppointments | Gets list of an appointments for calendar. |
| ListCalendars (2 overloads) | Gets array of calendars. |
| ListFilters | Lists the message filters of a Gmail user. |
| ListMessages | Lists the messages in the user’s mailbox. |
| MoveAppointment (2 overloads) | Moves an appointment to another calendar. |
| SendMessage | Sends the specified message to the recipients in the To, Cc, and Bcc headers. |
| UpdateAccessRule | Updates access rule |
| UpdateAppointment | Updates an appointment. |
| UpdateCalendar (2 overloads) | Updates a calendar |
| UpdateContact | Updates contact |
| UpdateContactPhoto | Creates or updates contact photo |