Posts

Showing posts with the label GMail

How to execute Gmail API request using Service Account - C# .NET 6

Image
Where and How to Use Service Account? A service account is a special kind of account used by an application, rather than a person. You can use a service account to access data or perform actions by the robot account itself, or to access data on behalf of Google Workspace or Cloud Identity users. In this post, I will review how to execute Gmail API requests using Service Account see the full sample code on  GitHub Prerequisites A Google Cloud Platform project With the Admin SDK API enabled service account with domain-wide delegation. A Google Workspace domain. With an active account and granted administrator privileges. Visual Studio 2013 or later Step 1: Set up the Google Cloud Platform project Create a Google Cloud project A Google Cloud project is required to use Google Workspace APIs and build Google Workspace add-ons or apps. If you don't already have a Google Cloud project, refer to: How to Create a Google Cloud project Enable Google Workspace APIs Before using Google APIs, yo

Advanced Filter and Search Support

Image
Advanced Filter and Search Support Go beyond the use of regular searches, which are limited in scope. Use Gmail Reader to leverage the power of advanced search operators (or special commands and parameters) to dig deeper and narrow your searches when hunting for information. You can use words or symbols called search operators to filter your Gmail search results. You can also combine operators to filter your results even more. How to use a search operator Login to Gmail Reader Once installed the app are accessible through the App Launcher In the search box, type the search operator. What you can search by Search operator & example Specify the sender `from:` Example: `from:amy` Specify a recipient `to:` Example: `to:david` Specify a recipient who received a copy `cc:` `bcc:` Example: `cc:david` Words in the subject line `subject:` Example: `subject:dinner` Messages that match multiple terms `OR` or `{ }` Example: `from:amy OR from:david` Example: `{from:amy from:david}` Remove messa

Directly access to users emails - Google Workspace

Image
Google Workspace Administrator can not directly access users emails However, using certified 3rd party Google Workspace Marketplace App, Administrator has more options now look at any users/employees' emails without knowing their password. By default, Google Workspace Administrators can not directly access users' emails. Google providing Google Workspace administrators limited capabilities to monitor and audit users' emails. An Administrator may use Google Vault, Content Compliance rules, Audit API, or Email delegation to view and audit users' emails.   👍 Trace an email with its full body & headers and download any attachments. See where the Gmail message came from by looking at its full headers, including how it got from the sender to the recipient’s mail servers. Prevent fraud and crime and save billions of dollars and more. @install from Google Workspace Marketplace powered by Easy ADM