Home All Groups Group Topic Archive Search About

Outlook - outlook.vba

microsoft.public.office.developer.outlook.vba
Score Resolving e-mail addresses using VBScript
Amit Zinman - 19 Feb 2005 12:58 PM - 3 messages
Hi, Finding out which user owns which primary e-mail address is easy, using ADSI. However I could not determine a way to query any e-mail address, including secondary e-mail addresses without going through all the contacts and ...
Score Passing Email Body to URL
Duane - 18 Feb 2005 9:17 PM - 5 messages
I'm trying to launch an ASP.NET page from a VB6 dll.  The application gathers information from a MailItem (or any object) and passes it as parameters to a URL to launch a webpage in the default browser.  The problem is, sometimes ...
Score Automation tasks in VBA for outlook questions
Mike - 18 Feb 2005 5:10 PM - 6 messages
I am attempting to build an automation function that will generate an e-mail report each morning and I have a few questions.  Basically, the automation is structured like this: Main() that calls: Report Pre-Processing: ReportExecutePERL ReportPostProcessing The pre-processing needs to do the following: ...
Score Linking Calendars
mlandau1 - 18 Feb 2005 1:59 PM - 4 messages
Hi, Is it possible to automatically add an entry in my calendar every time an entry is made in my team's public calendar? I am using outlook 2000 and I am the owner of the public calendar. Thanks for your help ...
Score Stopping an Outlook Process
Thatch - 18 Feb 2005 6:31 AM - 4 messages
I'm trying to close an Outlook process but it stays resident until I have to kill it using the task manager. Even though I do a SafeUtils.Cleanup on the Outlook object and I do a .quit , it still stays around.  There are no ...
Score Import Outlook's calandar into Access
Warrio - 17 Feb 2005 1:53 PM - 5 messages
Hello! Is it possible to import a view of Outlook's calandar into an access form? I'm able to have a plug in using the activex "Microsoft Outlook View Control" Is there another plugin to view the Calandar folder of Outlook? ...
Score Outlook commandbars problem
BigOil - 17 Feb 2005 12:02 AM - 2 messages
I am trying to program a macro that will cause a toolbar to disapppear i.e. visible = false. The toolbar/commandbar is from acrobat writer and always reappears whenever I try to send a new e-mail message - it even reappears if I deselect it, close the e-mail window and then go ...
Score Move an Email From the Inbox to Another Folder
RitaG - 16 Feb 2005 11:59 PM - 3 messages
Hi. I've been battling for some time trying to get an email from the Inbox moved to another folder. I have an email account "MyAccount" that has several folders e.g. "Deleted Items", "Drafts", "Inbox", "FolderToMoveTo" etc. I have no problem getting the email from the Inbox but how do I set the ...
Score Norton blocks emails in Outlook
Carl - 15 Feb 2005 7:19 PM - 2 messages
After installing Norton AntiVirus 2005, Outlook 2003 cannot send or receive emails. Error message 0X800CCC0F is displayed. ...
Score Sending Mails vom Non-Standard-Account
René Preußler - 15 Feb 2005 10:12 AM - 2 messages
Hi, How can i set an other sender for emails in Outlook 2000 in VB? I'm using the MailItem-object, but i cant't find a property like "From". thnx ...
Score CreateObject("Outlook.Application") failing
Thatch - 15 Feb 2005 12:45 AM - 7 messages
Everytime I try to start Outlook using the CreateObject, I get the error:        Automation error        The specified module could not be found. The code I'm using is: ...
Score Hard question about outlook stationery
dp - 14 Feb 2005 10:55 PM - 4 messages
Hi Guys, I have created my own email stationery in Outlook for my company to use.  It works when composing a new email in OUtlook. However, I have an Access 2003  Database in which we send reports via email. ...
Score How to set "Have replies sent to" to SMTP address that is not defa
Svin - 13 Feb 2005 11:15 PM - 1 message
I'm trying to come up with a solution to this problem. Maybe the solution is a COM add-in that I can purchase or write myself.  I'm hoping for some general direction. We have many Mailboxes set up for our Customer Care department with multiple ...
Score How does Exchange handle concurrency with Public Folders?
AndyK - 13 Feb 2005 5:53 AM - 3 messages
hi I'm designing some integration between a VB6 application running on the desktop and a shared Calendar in an Exchange Public Folder.  I need to understand how best to handle concurrency issues.  Do I have to write code ...
Next »