| Thread | Last Post | Replies |
|
| create appointment for current folder | 16 Sep 2005 16:41 GMT | 4 |
Situation Exchange env.. Current folder is a calendar folder of another user (USER2), where USER1 has the rights to create/modify etc. a appointment in this folder. When USER1 creates a new appointmnt by pressing Ctrl+N and then saves it, it
|
| Outlook and OOM | 16 Sep 2005 14:41 GMT | 1 |
I'm writing a windows service in VB.NET that access Outlook 2002 to read emails. Is it possible to access to the OOM model in a windows service (VB NET) or only the CDO model is accessible ?
|
| Is UserProperty what I need? | 16 Sep 2005 12:25 GMT | 4 |
I'm creating Calendar appointments in code. In a case where the appointment information gets changed, I need for the code to determine if the appt has already been created or not so that it can be updated. The subject, and even the date can get changed.
|
| VbaProject.OTM always running, crashes when attempt to break | 16 Sep 2005 06:44 GMT | 4 |
Outlook 2003 I have programmed a few "WithEvents" and associated procedures into my VbaProject.OTM file to manage the appearance of commandbar controls in various situations.
|
| I need a way to find mailitems in a PST from data in Exchange (where the PST is exported from) | 16 Sep 2005 06:39 GMT | 1 |
I have the following situation: We have exported public folders from Exchange 2000 to PST-files. I have created two scripts - one that extracts metadata for the public folders from exchange into a file and one that saves all emails in the
|
| What's the Appointment "Label" | 16 Sep 2005 03:41 GMT | 2 |
In Outlook 2003 Calendar event there is a field called "Label" - it can contain things like (Business, Personal, Vacation, etc). What property for the AppointmentItem contains that information? Is there anything equivalent in Outlook 2000?
|
| Saving MSG-files from a PST exported from Exchange | 15 Sep 2005 22:50 GMT | 2 |
I have scripted saving MSG-files and attachments from Outlook. This works well on items created and received in Outlook. But items imported from a PST-file exported from Exchange 2000 seems to be "invisible" to the code, so to speak.
|
| Random Quote | 15 Sep 2005 19:46 GMT | 1 |
Windows XP, Office XP Does anyone know of a vba code method which will attach random quotes to your emails without an add in? Thanks,
|
| Get mailbox that's not default | 15 Sep 2005 15:19 GMT | 2 |
How do I search through a mailbox that is not my default. I'm using CDO to search for a particular sender's address but it's only searching in the inbox of my default mailbox. Thanks. Amy
|
| Outllok 2002 Custom Toolbar OnAction property | 15 Sep 2005 15:18 GMT | 9 |
I am trying to build a VBA utility which will help me document Outlook 2002 custom toolbars. I want the utility to extract a number of properties, whether the toolbar pertains to Explorer or Inspector. The property that is giving me problems is the OnAction property. The code
|
| populating DL item with entries from excel. | 14 Sep 2005 22:39 GMT | 3 |
Does anybody have any knowledge about creating and populating distribution lists for ms outlook, using the emails stored in Excel files ? Or generally, how would you programmatically create distribution lists, with 100s of entries ?
|
| Attachment count? | 14 Sep 2005 21:01 GMT | 1 |
When I get the attachments collection count, it gives me the total number of attachments in the attachment field, and the attachments within the message body (i.e. link graphics (.gif files), etc.). Any way to determine the count within the attachment field-only? For example, it ...
|
| Converting a VB Function to VBScript | 14 Sep 2005 20:43 GMT | 5 |
I need to convert a function borrowed from Sue to VBScript but I am far from a VB expert. I know that it should be a simple job, but FrontPage says that there is a syntax error. The problem is that the line numbers do not match where the error is located. The VB function runs ...
|
| Need help with VBS code to open Outlook | 14 Sep 2005 20:31 GMT | 2 |
Hi everyone!! Quick question on the above code. Can I pass a text file to the body item. Here is code: ============================
|
| Running VBA Code or Macros in HTML | 14 Sep 2005 18:10 GMT | 6 |
I was wondering how to call a macro or execute VBA code in HTML. Why would I want to do this? My first application is changing my Outlook Today page. More complex applications involve SharePoint. I can fumble my way around FrontPage and modify some HTML, but I get stumped at ...
|