You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Imports a message into only this user's mailbox, with standard email delivery scanning and classification similar to receiving via SMTP. This method doesn't perform SPF checks, so it might not work for some spam messages, such as those attempting to perform domain spoofing. This method does not send a message.
286
+
#
287
+
# + userId - The user's email address. The special value `me` can be used to indicate the authenticated user
288
+
# + headers - Headers to be sent with the request
289
+
# + queries - Queries to be sent with the request
290
+
# + payload - The message to be imported
291
+
# + return - Successful response
285
292
resourceisolatedfunction post users/[stringuserId]/messages/'import(Messagepayload, map<string|string[]>headers= {}, *GmailUsersMessagesImportQueriesqueries) returnsMessage|error {
0 commit comments