IGmailClient Interface |
Namespace: Aspose.Email.Clients.Google
The IGmailClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | AccessToken |
Gets or sets OAuth 2.0 bearer token
(Inherited from IBaseGmailClient.) |
![]() | DefaultEmail |
Gets default email address
(Inherited from IBaseGmailClient.) |
![]() | Proxy |
Gets or sets the proxy.
(Inherited from IBaseGmailClient.) |
![]() | Timeout |
Gets or sets the number of milliseconds to wait before the operation times out.
The default value is 100,000 milliseconds (100 seconds).
(Inherited from IBaseGmailClient.) |
Name | Description | |
---|---|---|
![]() | ClearCalendar |
Clears a calendar.
|
![]() | CreateAccessRule |
Creates access rule
|
![]() | CreateAppointment |
Creates an appointment.
|
![]() | CreateCalendar(Calendar) |
Creates a calendar.
|
![]() | CreateCalendar(Calendar, Boolean) |
Creates a calendar.
|
![]() | CreateContact(Contact) |
Creates contact for specified email
|
![]() | CreateContact(Contact, String) |
Creates contact for specified email
|
![]() | CreateContactPhoto |
Creates contact photo
|
![]() | DeleteAccessRule |
Deletes access rule
|
![]() | DeleteAppointment |
Deletes an appointment.
|
![]() | DeleteCalendar |
Deletes a calendar.
|
![]() | DeleteContact |
Deletes specified contact
|
![]() | DeleteContactPhoto |
Deletes contact photo
|
![]() | Dispose | (Inherited from IDisposable.) |
![]() | FetchAccessRule |
Fetches access rule
|
![]() | FetchAppointment |
Fetches appointment by identifier.
|
![]() | FetchCalendar |
Fetches calendar by identifier.
|
![]() | GetAllContacts |
Fetches all contacts.
|
![]() | GetAllGroups |
Fetches all contact groups.
|
![]() | GetColors |
Gets color information
|
![]() | GetContact(String) |
Fetches contact
|
![]() | GetContact(Contact) | Contact to refresh Return ValueType:Contact object, that represents a contact of gmail when operation fails |
![]() | GetContactsFromGroup |
Fetches contacts belonging to the group specified.
|
![]() | GetFreebusyInfo |
Gets free/busy information
|
![]() | GetPhoto(String) |
Fetches a contact photo
|
![]() | GetPhoto(ContactPhoto) |
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 |
Gets array of calendars.
|
![]() | ListCalendars(AccessRole, Boolean) |
Gets array of calendars.
|
![]() | MoveAppointment(String, String, String) |
Moves an appointment to another calendar.
|
![]() | MoveAppointment(String, String, String, Boolean) |
Moves an appointment to another calendar.
|
![]() | RefreshToken |
Refresh access token
(Inherited from IBaseGmailClient.) |
![]() | UpdateAccessRule |
Updates access rule
|
![]() | UpdateAppointment |
Updates an appointment.
|
![]() | UpdateCalendar(Calendar) |
Updates a calendar
|
![]() | UpdateCalendar(Calendar, Boolean) |
Updates a calendar
|
![]() | UpdateContact |
Updates contact
|
![]() | UpdateContactPhoto |
Creates or updates contact photo
|