03-01-19 02:54 AM
Answered! Go to Answer.
07-01-21 03:54 PM
app = GetObject(,"Outlook.Application")
I'm using "Mail32" in 64 bit system.
please let me know what has to be done.
07-01-21 04:01 PM
08-01-21 11:29 AM
08-01-21 04:20 PM
08-01-21 04:54 PM
08-01-21 06:07 PM
14-01-21 05:48 AM
14-01-21 04:26 PM
If Sub_Folder <> "" Then
''if sharedEmail <> Nothing then
'' folder = app.ActiveExplorer.CurrentFolder
''else
For each name as string in Sub_Folder.Split("\")
folder = folder.Folders(name)
Next
''end if
End If
2) Oddly enough, I saw this crop up elsewhere recently. It seemed like in that case, the VBO was struggling with non-SMTP addresses when pulling info. (IE: The sender address is an AD address, or some other non-"user@domain.com" type of address, such as "From Microsoft Outlook".) Do you have anything like that in the box you're pointing to?
14-01-21 04:49 PM
14-01-21 04:59 PM
You might try one of the EWS VBOs floating around out there. Here's one on our DX from Agilify that I've seen people reference a few times.
https://digitalexchange.blueprism.com/dx/entry/16835/solution/ms-exchange-functions---agilify