gmail
v1
|
#include <vacation_settings.h>
Static Public Member Functions | |
static VacationSettings * | New () |
Vacation auto-reply settings for an account. These settings correspond to the "Vacation responder" feature in the web interface.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'enableAutoReply
' attribute.
|
inline |
Clears the 'endTime
' attribute.
|
inline |
Clears the 'responseBodyHtml
' attribute.
|
inline |
Clears the 'responseBodyPlainText
' attribute.
|
inline |
Clears the 'responseSubject
' attribute.
|
inline |
Clears the 'restrictToContacts
' attribute.
|
inline |
Clears the 'restrictToDomain
' attribute.
|
inline |
Clears the 'startTime
' attribute.
|
inline |
Get the value of the 'enableAutoReply
' attribute.
|
inline |
Get the value of the 'endTime
' attribute.
|
inline |
Get the value of the 'responseBodyHtml
' attribute.
|
inline |
Get the value of the 'responseBodyPlainText
' attribute.
|
inline |
Get the value of the 'responseSubject
' attribute.
|
inline |
Get the value of the 'restrictToContacts
' attribute.
|
inline |
Get the value of the 'restrictToDomain
' attribute.
|
inline |
Get the value of the 'startTime
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'enableAutoReply
' attribute was set.
enableAutoReply
' attribute was set.
|
inline |
Determine if the 'endTime
' attribute was set.
endTime
' attribute was set.
|
inline |
Determine if the 'responseBodyHtml
' attribute was set.
responseBodyHtml
' attribute was set.
|
inline |
Determine if the 'responseBodyPlainText
' attribute was set.
responseBodyPlainText
' attribute was set.
|
inline |
Determine if the 'responseSubject
' attribute was set.
responseSubject
' attribute was set.
|
inline |
Determine if the 'restrictToContacts
' attribute was set.
restrictToContacts
' attribute was set.
|
inline |
Determine if the 'restrictToDomain
' attribute was set.
restrictToDomain
' attribute was set.
|
inline |
Determine if the 'startTime
' attribute was set.
startTime
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'enableAutoReply
' attribute.
Flag that controls whether Gmail automatically replies to messages.
[in] | value | The new value. |
|
inline |
Change the 'endTime
' attribute.
An optional end time for sending auto-replies (epoch ms). When this is specified, Gmail will automatically reply only to messages that it receives before the end time. If both startTime and endTime are specified, startTime must precede endTime.
[in] | value | The new value. |
|
inline |
Change the 'responseBodyHtml
' attribute.
Response body in HTML format. Gmail will sanitize the HTML before storing it.
[in] | value | The new value. |
|
inline |
Change the 'responseBodyPlainText
' attribute.
Response body in plain text format.
[in] | value | The new value. |
|
inline |
Change the 'responseSubject
' attribute.
Optional text to prepend to the subject line in vacation responses. In order to enable auto-replies, either the response subject or the response body must be nonempty.
[in] | value | The new value. |
|
inline |
Change the 'restrictToContacts
' attribute.
Flag that determines whether responses are sent to recipients who are not in the user's list of contacts.
[in] | value | The new value. |
|
inline |
Change the 'restrictToDomain
' attribute.
Flag that determines whether responses are sent to recipients who are outside of the user's domain. This feature is only available for G Suite users.
[in] | value | The new value. |
|
inline |
Change the 'startTime
' attribute.
An optional start time for sending auto-replies (epoch ms). When this is specified, Gmail will automatically reply only to messages that it receives after the start time. If both startTime and endTime are specified, startTime must precede endTime.
[in] | value | The new value. |