Skip to main content

All Questions

0 votes
1 answer
2k views

Outlook VB Script to autosave attachments to drive

I have created a rule in outlook that looks for a certain text string in the subject line, then moves the message to a folder and executes the script below. I want this to check the extension of the ...
Today42's user avatar
3 votes
0 answers
354 views

Outlook VBS to Add the SMTP address from EX (x.500 ) to ContactItem.User1 Property

First, I want to caveat that I have researched this one and have tried a ton of solutions posed here and elsewhere. I apologize if this has been answered before, I swear I have looked and tried, but ...
EdinTexas's user avatar
1 vote
0 answers
817 views

Scheduled and recurring email in Outlook? Open Dialog Box error

I have done these instructions Scheduled and recurring email in Outlook? Now when I try to import a calendar for example in Outlook 2016 I get an error that says "a dialog box is open. close it ...
Scott 's user avatar
  • 11
0 votes
1 answer
50 views

Why can't I set a Table variable w/ objSel.Tables.Item(1)?

I'm trying to loop through selected tables, rows, columns, and cells. However, I cant get the Table object to set properly into the variable in the for loop. I inspected the element TypeName(objSel....
ScrappyDev's user avatar
0 votes
1 answer
3k views

Display Oldest Email Date and Time with Outlook Script in email body

I'm working on an auto reply in Outlook 2010 using a VBA script so that whenever someone emails me, there's an auto response that responds back with my current unread email count along with the date ...
Jae's user avatar
  • 1
0 votes
1 answer
527 views

How to program the outlook DLs using vbscript or some other language?

Is it possible to add / remove a user from a outlook Distribution List using a program? I am not referring to the DLs in the local contacts list but the global address book. I have the permission to ...
San's user avatar
  • 101