is possible to solve inactive account exchange in redemption file .pst - outlook-redemption

AddressEntry.Name is a name account inactive into exchange
can not resolve:
oSession.AddressBook.ResolveName(addressEntry.Name)
It is posible!

I reading a file pst that have account exchange inactive into sender. Is possible resolver or convert to smtp with redemption

Related

Reading email using load runner

Hi I am trying to fetch email from gmail accout by using load runner. I have tried ,IMAP, POP3 protocol.
Using Vugen 2020
IMAP Protocol
I used below code:
imap_logon("GmailLogin","URL=imaps://{UserEmailID}:{Password}#imap.gmail.com:993","STARTTLS",LAST);
imap_select("SelectInbox","Mailbox=INBOX",LAST);
getting below error:
Action.c(5): Error (-205597): Failed to receive IMap welcome message from imap.gmail.com:993.
I have used gmail app password and also enabled IMAP setting in gmail.
POP3 PROTOCOL
pop3_logon("Login", "URL=pop3s://{UserEmailID}:{Password}#pop.gmail.com:995","STARTTLS", LAST);
getting below error:
Action.c(6): Error (-205685): Failed to establish a secure POP3 session.
"I have used gmail app password and also enabled IMAP setting in gmail."
Please read both the license agreements for Google regarding the use of automation against their services outside of published API interfaces, and the LoadRunner license agreement on the use of their tool against systems you do not own, manage, control or have written permission from those that do have those characteristics.
By my reading you are in violation of both Google and Microfocus end user agreements and should not be supported in your efforts.

Export message encounter "The item is opened in read-only mode."

Recently, When I export message from office365, some messages reply errors:
ErrorAccessDenied
Access is denied. Check credentials and try again., The item is opened in read-only mode.
Is this possibie that user modified the settings on O365 conducting this lock?
Or this is just a back-end problem on ews-webservice? because I still can request data from GRAPH API.
Thanks for help!
updates #4/15
More information about this kinds of mails, they are all same t:ItemClass:
<t:ItemClass>IPM.Note.NotSupportedICal</t:ItemClass>
And contain a "not supported calendar message.ics" attachment
<t:Attachments>
<t:FileAttachment>
<t:AttachmentId Id="XXX"/>
<t:Name>not supported calendar message.ics</t:Name>
<t:ContentType>text/calendar</t:ContentType>
<t:Size>3924</t:Size>
<t:LastModifiedTime>2016-04-11T14:25:12</t:LastModifiedTime>
<t:IsInline>false</t:IsInline>
<t:IsContactPhoto>false</t:IsContactPhoto>
</t:FileAttachment>
</t:Attachments>
So it is obvious that something wrong in MS server side with endpoint
https://outlook.office365.com/EWS/Exchange.asmx

Microsoft Graph - Email Delivery Failure when using sendMail API

I'm having issue with https://graph.microsoft.com/v1.0/users/<userId>/sendMail.
I get 202 Accepted as response, however when I browsed to the user's mailbox above, I'm receiving delivery failure notification as below:
Delivery has failed to these recipients or groups:
<username>#outlook.com
Your message wasn't delivered because the recipient's email provider rejected it.
Remote Server returned '550 5.7.708 Service unavailable. Access denied, traffic not accepted from this IP. For more information please go to http://go.microsoft.com/fwlink/?LinkId=526653 AS(7171) [SYBPR01MB4428.ausprd01.prod.outlook.com]'
When I logon to Outlook and send email to <username>#outlook.com from <userId>'s Outlook, the email was sent successfully.
Anyone know what's happening here?
I've tried to add a SMTP connector, but doesn't fixed the problem. When SMTP connector send an email to test Outbound Email, it works fine as I can receive at <_username_>#outlook.com.
If you follow the link provided, it explains what is happening
5.7.708 Access denied, traffic not accepted from this IP
The majority of traffic from this tenant has been detected as suspicious and has resulted in a ban on sending ability for the tenant.
Ensure that any compromises or open relays have been resolved, and then contact support through your regular channel.
For more information, see Fix email delivery issues for error codes 5.7.700 through 5.7.750 in Exchange Online.

How to use Exchange Impersonation via outlook redemption

On exchange 2010, LogonExchangeMailbox() is able to access multiple mailboxes using the current window credential.
session.LogonExchangeMailbox(userOne, mailServer)
session.LogonExchangeMailbox(userTwo, mailServer)
On exchange 2013, what's the proper way? It's a vb script, I don't want the user password hardcoded in the file. I tried something like but can't make it work:
session.Logon()
session.UseEWSImpersonation=1
credential=session.credentials
session.LogonHostedExchangeMailbox(userOne#mail.com, credential)
session.LogonHostedExchangeMailbox(userTne#mail.com, credential)
I also tried AddDelegateExchangeMailBoxStore(user), but if I accidentially added twice, one will not be able to delete.
Outlook redemption is latest version with Outlook 2013 on Win 7.
LogonExchangeMailbox uses the credentials of the current domain user to connect. If you want to open a mailbox of another user, logon to the current user's mailbox using LogonExchangeMailbox, then open another user's mailbox using RDOSession.GetSharedMailbox

Sending Email from .NET using windows live smtp

I have configured smtp settings in web.config and I was able to successfully send email when working on my local machine. But when I uploaded the code on the server, its giving me following exception
Mailbox unavailable. The server response was: 5.7.3 Requested action aborted
Meanwhile, I also received an email from Microsoft telling me that an attempt to login to my account from a new location was blocked. I clearly understand the problem that server is in a different part of the world than where I usually login to a Windows Live account. That's why it is blocking the account to login. But I want it to login and send email using my credentials on from remote server. There must be some settings in Windows Live account but I failed to find one.
Contacting Hotmail Support Center first to find out if its really possible what you are intending to do might be helpful. I think if hotmail web administration has put a security check, it must be for a purpose of stopping such remote login activities.

Resources