diamondgeezer1974
11 years ago
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
ivan
  • ivan
  • 100% (Exalted)
  • Administration
11 years ago

Hi, Yes, it is possible.
I will send you a beta version at tomorrow.
ivan
  • ivan
  • 100% (Exalted)
  • Administration
11 years ago

Hi, please check your private message, I just sent you a beta version and it supports shared mailbox.
cam9500
11 years ago
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

ivan
  • ivan
  • 100% (Exalted)
  • Administration
11 years ago

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

Originally Posted by: cam9500 



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.
cam9500
11 years ago
Hi Ivan, thanks everything fine: now I can get email from shared mailbox.

Stefano
Jose Luis Benitez
a year ago
Is it possible to use this feature using "Graph Api - Office365" protocol?
ivan
  • ivan
  • 100% (Exalted)
  • Administration
a year ago

Is it possible to use this feature using "Graph Api - Office365" protocol?

Originally Posted by: Jose Luis Benitez 



Yes.
Jose Luis Benitez
a year ago
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
ivan
  • ivan
  • 100% (Exalted)
  • Administration
a year ago

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

Originally Posted by: Jose Luis Benitez 



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).


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);
Jose Luis Benitez
a year ago
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!

EXPLORE TUTORIALS

© All Rights Reserved, AIFEI Software Limited & AdminSystem Software Limited.