95const BodyEncodingList = ...;
98const BodyMimeTypeList = ...;
Data provider for sending gmail messages.
Definition GmailSendMessageDataProvider.qc.dox.h:28
const ResourceAction
Gmail message send resource action.
Definition GmailSendMessageDataProvider.qc.dox.h:43
string getName()
Returns the data provider name.
constructor(GoogleRestClient::GoogleRestClient rest)
Creates the object from a REST connection.
const ProviderSummaryInfo
Provider summary info.
Definition GmailSendMessageDataProvider.qc.dox.h:36
const RequestType
Request type.
Definition GmailSendMessageDataProvider.qc.dox.h:40
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
const ProviderInfo
Provider info.
Definition GmailSendMessageDataProvider.qc.dox.h:32
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
*AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
*string getDesc()
Returns the data provider description.
AbstractDataProviderType getGoogleRequestType()
Returns the Google request type for the operation.
*AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
Gmail attachment type.
Definition GmailSendMessageDataProvider.qc.dox.h:102
const Fields
Field descriptions.
Definition GmailSendMessageDataProvider.qc.dox.h:106
constructor()
Creates the object.
Gmail send message type.
Definition GmailSendMessageDataProvider.qc.dox.h:118
constructor()
Creates the object.
const Fields
Field descriptions.
Definition GmailSendMessageDataProvider.qc.dox.h:122
Qore GmailDataProvider module definition.
Definition GmailAttachmentWatchDataProvider.qc.dox.h:26
const GmailSendMessageAttachmentDataType
Gmail attachment type.
Definition GmailSendMessageDataProvider.qc.dox.h:115
const GmailSendMessageRequestDataType
Gmail send message type.
Definition GmailSendMessageDataProvider.qc.dox.h:131