| Thread | Last Post | Replies |
|
| Outlook 2007 MAPI Replacement for VB6 | 22 May 2007 20:05 GMT | 1 |
Good Morning, I have a classic ASP page on an internal website that uses a VB6 DLL which is downloaded to the client computer and access the MAPI components to select contacts from their address book.
|
| Accessing the contents of the Calendar "Label" attribute | 22 May 2007 19:49 GMT | 1 |
I can access the .Subject, .Start (date/time), .Location and .End (date/time). But I cannot figure out how to retrieve the Label. As Label is a reserved word. Does anyone know the variable for Label?
|
| Which Macro is linked to Command Button | 22 May 2007 19:47 GMT | 1 |
Sorry for the cross post but got no response to this in the general section. I have created lots of macros to redirect my messages into personal folders. Then I customized a toolbar to include each of these macros as command buttons and have ALT keys to drive the command buttons. ...
|
| Accessing a Mailbox | 22 May 2007 16:50 GMT | 2 |
There is an "Other Calendar" option named Master Schedule. It is not in the public folder tree, it is an individual user mailbox in the system. I need to access the items and process against the schedules. Dim emlSecond As MailItem
|
| Other Calendars in Outlook | 22 May 2007 00:34 GMT | 3 |
I need to access a calendar in my Other Calendars area using VBA. The recipient is "Master Schedule". How do I do this?
|
| Which way to go about this..... | 21 May 2007 19:05 GMT | 5 |
I'm looking to find out which is the best way to go about solutioning this problem. I have a website that's got an XML file filled events. the events have items w/ date and time in them. What I want to do is have
|
| Distribution lists in shared mailboxes | 21 May 2007 12:05 GMT | 1 |
I was wondering if anyone could help with this problem. Basically I wish to be able to automatically send a file (created in VB) to a mail recipient (pretty easy using an oulook object) But the problem is a bit more complicated. The mail should be sent to
|
| Printing Outlook Emails with List of Attachments by Copy Macro | 21 May 2007 06:21 GMT | 1 |
The following code is supposed to make a copy of the current email, convert it from HTML to plain text, print it out, and then delete the copy. The reason for this is that Outlook will not print the list of
|
| Automatic delayed emails from Merge document | 20 May 2007 22:19 GMT | 1 |
I have a list of contacts that I want to send reminder emails to at scheduled times as per event times drawing from a spreadsheet. The following are fields in my spreadsheet. Name
|
| Auto-Attach | 20 May 2007 22:16 GMT | 1 |
I am trying to write a subroutine that automatically attaches a files of varying type (.zip, .xls, ...) from varying locations (C:\My Documents, C:\My Pictures, ...) to some Outlook forms that I've created. I think this would be best accomplished with a command button on the ...
|
| taking excel cell info to outlook form & vise versa | 20 May 2007 22:15 GMT | 1 |
hi all, What would I use to either get info from a cell in Excel and populate an outlook form with it (say a date or a number), and then update an excel sheet from an outlook form as well? Does this make sense? thanks
|
| Adding Distribution list to an e-mail with multiple mailboxes | 20 May 2007 22:13 GMT | 1 |
I'm fairly new to VB so please bear with me if my methods are obscure! At work I have my own inbox and a shared mailbox which contains some group distribution lists. I'm trying to create a Macro that sends an e- mail to one of these distribtions lists, however, I'm struggling to
|
| SenderName Value | 20 May 2007 04:33 GMT | 14 |
Is there a way to get the SenderName Value via code? From what I can tell, this is trapped behind some of the security features in Outlook. I am wanting to reference this value so I can utilize it in an effort to
|
| Application_ItemSend Doesn't Fire | 19 May 2007 20:48 GMT | 2 |
The _ItemSend event doesn't fire. What am I missing? I vaguely recall something about initializing the code at startup, however when I checked, all of the references that I've found omit any information to the kind suggesting that simply adding the procedure is sufficient.
|
| Assigning Properties to a Folder | 19 May 2007 19:08 GMT | 5 |
I have created a new folder to store copies of emails sent programmatically via an Access application. In this new folder I have added a column, which I want to store an easily identifiable name for sorting purposes. In my Access VBA code, how do I reference the specific column ...
|