
Announcements
I have an email box "myEmail@myDomain.com" and an alias I am using "myAlias@myDomain.com"
When I use the Alias in power automate, the flow executes and I get a messageId. Then I use that messageId in EWS to retrieve the email by connecting to the exchangeService with "myAlias@myDomain.com" and attempting to retrieve that Item by the Id, but get an Id is malformed error. If I do the same thing with "myEmail@myDomain.com" the messageId appears to be different, and EWS is able to retrieve that Item successfully.
Is there a difference in the MessageId for emails vs. aliases that I should be aware of?