Rank: Newbie
Groups: Registered
Joined: 2/16/2014(UTC)
Posts: 1
Location: Devon
Thanks: 1 times
I have managed to get the EAGetmail to work for my work settings so that I can receive e-mails from my works Exchange server, so that's a good start.
However, in Outlook I have also added a Group/Shared/Process mailbox (whatever the correct name for them is) to the list of mailboxes that get opened when I open Outlook.....you know the sort of thing I mean. A Shared mailbox where several people can see the contents and process mails in it.
You do this through the following menu's :
File > Account Settings > Change > More Settings button > Advanced tab
I would really like to know if it is possible for this EAGetMail tool to get the e-mails from the shared mailbox too.
I can't see how to do this, as the tool only accesses the folders associated to my username E-mail account and nothing extra.
Many thanks if you could shed some light on the subject.
Regards
DG
Edited by moderator Tuesday, March 11, 2014 4:57:48 PM(UTC)
| Reason: Not specified
Rank: Administration
Groups: Administrators
Joined: 11/11/2010(UTC) Posts: 1,153
Thanks: 9 times Was thanked: 55 time(s) in 55 post(s)
Hi, Yes, it is possible. I will send you a beta version at tomorrow.
1 user thanked ivan for this useful post.
Rank: Administration
Groups: Administrators
Joined: 11/11/2010(UTC) Posts: 1,153
Thanks: 9 times Was thanked: 55 time(s) in 55 post(s)
Hi, please check your private message, I just sent you a beta version and it supports shared mailbox.
Rank: Newbie
Groups: Registered
Joined: 3/7/2014(UTC)
Posts: 2
Thanks: 1 times
Hi Ivan, I've the same problem: perfect for my account but I cant access to shared mailbox. Can you send me too the beta version? Becouse we are near to buy 4.0 version, when this beta will be avaible in stable version? Sorry for my english Thanks, Stefano
Rank: Administration
Groups: Administrators
Joined: 11/11/2010(UTC) Posts: 1,153
Thanks: 9 times Was thanked: 55 time(s) in 55 post(s)
Originally Posted by: cam9500 Hi Ivan, I've the same problem: perfect for my account but I cant access to shared mailbox. Can you send me too the beta version? Becouse we are near to buy 4.0 version, when this beta will be avaible in stable version? Sorry for my english Thanks, Stefano
Hi, I just sent the private message to you, please check it out.
this feature will be released with next formal version, we have fully tested it with the beta version, so you can take it as stable version.
1 user thanked ivan for this useful post.
Rank: Newbie
Groups: Registered
Joined: 3/7/2014(UTC)
Posts: 2
Thanks: 1 times
Hi Ivan, thanks everything fine: now I can get email from shared mailbox. Stefano
Rank: Administration
Groups: Administrators
Joined: 11/11/2010(UTC) Posts: 1,153
Thanks: 9 times Was thanked: 55 time(s) in 55 post(s)
Rank: Newbie
Groups: Registered
Joined: 6/19/2024(UTC) Posts: 5
Thanks: 1 times
Is it possible to use this feature using "Graph Api - Office365" protocol?
Rank: Administration
Groups: Administrators
Joined: 11/11/2010(UTC) Posts: 1,153
Thanks: 9 times Was thanked: 55 time(s) in 55 post(s)
Originally Posted by: Jose Luis Benitez Is it possible to use this feature using "Graph Api - Office365" protocol?
Yes.
1 user thanked ivan for this useful post.
Rank: Newbie
Groups: Registered
Joined: 6/19/2024(UTC) Posts: 5
Thanks: 1 times
Hi Ivan.
After some testing, it doesnt works and returns a 403 forbidden error, no permissions...etc.
I think that it could be a lack of permissions configured in the App:
* Mail.Read.Shared - Read user and shared mail
Should it be specified in the APi Permissions / Graph Api in the Azure App?
Thanks
Edited by user Wednesday, July 31, 2024 6:04:27 AM(UTC)
| Reason: Add information
Rank: Administration
Groups: Administrators
Joined: 11/11/2010(UTC) Posts: 1,153
Thanks: 9 times Was thanked: 55 time(s) in 55 post(s)
Originally Posted by: Jose Luis Benitez Hi Ivan. After some testing, it doesnt works and returns a 403 forbidden error, no permissions...etc. I think that it could be a lack of permissions configured in the App: * Mail.Read.Shared - Read user and shared mail Should it be specified in the APi Permissions / Graph Api in the Azure App? Thanks
I just tested the shared mailbox with Graph API, i used Mail.ReadWrite.Shared or Mail.Read.Shared permission, both worked fine.
- Please set Mail.Read.Shared in the scope while requiring the token; You can also have a try with Mail.ReadWrite.Shared.
- Please check if current user has the permission to access the shared mailbox (click shared mailbox in exchange admin -> manage mailbox permission).
Code:
var server = new MailServer("graph.microsoft.com", user, accessToken, ServerProtocol.MsGraphApi);
server.SSLConnection = true;
server.AuthType = ServerAuthType.AuthXOAUTH2;
server.Alias = "shared@mydomain.onmicrosoft.com";
var client = new MailClient("TryIt");
client.Connect(server);
Rank: Newbie
Groups: Registered
Joined: 6/19/2024(UTC) Posts: 5
Thanks: 1 times
Working! Just confirm that after adding new permissions in scope and request new token everything works fine. Things to do: - Update Oauth Azure App and add permisions ReadWrite.Shared (or Mail.Read.Shared, Mail.Write.Shared) . Manual for Oauth setup with Azure should be updated adding this permissions. - Update token request with new permissions in scope too. - Update Alias documentation so this feature its enabled too for Graph API Protocol. Many thanks!
Forum Jump
EmailArchitect Support
Email Component Development
- EASendMail SMTP Component - .NET Version
- EASendMail SMTP Component - Windows Store Apps
- EASendMail SMTP ActiveX Object
- EAGetMail POP3 & IMAP4 Component - .NET Version
- EAGetMail POP3 & IMAP4 ActiveX Object
Exchange Server and IIS SMTP Plugin
- DomanKeys/DKIM for Exchange Server and IIS SMTP
- Disclaimer and S/MIME for Exchange Server and IIS
EmailArchitect Email Server
- EmailArchitect Email Server (General)
- EmailArchitect Email Server Development
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.