Seems like best thing to do is to just always have userId=”me” in your requests. That tells the API to just use the authenticated user’s mailbox–no need to rely on email addresses.
Seems like best thing to do is to just always have userId=”me” in your requests. That tells the API to just use the authenticated user’s mailbox–no need to rely on email addresses.