| Thread | Last Post | Replies |
|
| AdvancedSearchComplete Even Not Firing | 08 Jun 2006 21:18 GMT | 8 |
I'm having a bit of a problem getting the AdvancedSearchComplete to fire. I'm sure my search is working - I added two message boxes after the search, one so I could introduce a delay to allow the search to complete and a second to check the count of the result. The count comes ...
|
| MAPILogon failes when not used in GUI-Thread | 08 Jun 2006 18:56 GMT | 4 |
I am using MAPI in a C#-Program via a wrapper-class which simple DLLImports the functions from mapi32.dll. I am calling MAPILogon like this: MAPILogon(hwnd, null, null, 0, 0, ref session);
|
| send email without launching outlook | 08 Jun 2006 17:46 GMT | 1 |
I'm setting up our sales team laptops, by default all there orders Automatically go to outlook to be sent to our order processing system. We do not want the sales team using outlook they have webmail. How do i get out look to send the orders without launching the program. I do not
|
| Storing a value for later use in vba or a Macro | 08 Jun 2006 16:34 GMT | 1 |
I think this must be a very basic and simple question, but I'm stumped: How do you programmatically store a value from one record to use in another record? For example, say I have a form displayed which has a customer name field in it with the name 'Joe Smith'. If I press a ...
|
| Outlook is stuck in safe mode, so cannot amend security etc | 08 Jun 2006 15:06 GMT | 1 |
How do I amend macros, security, and/or VBA whilst in safe mode?
|
| Hardcoding an Outlook 2003 folder name in a Macro? | 08 Jun 2006 00:01 GMT | 3 |
I'm trying to create a macro that searches a folder called "electronics" for a string in the subject "TV" and if it is a match, then moves the msg to the inbox. I cannot get the following code to work. The line Set olStartFolder = olSession.Folders("electronics")
|
| Changing the font body of an outlook task in vba | 07 Jun 2006 20:20 GMT | 2 |
Outlook lets you manipulate the body of outlook tasks: bold, font size, etc., but the TaskItem VBA object doesn't seem to have the right properties (like a mail item) to allow you to maniplate the text's styling programmatically. Is there a way to do it?
|
| vba macro to print email and attachments outlook 2000 | 07 Jun 2006 20:08 GMT | 2 |
I'm writing a macro in vba for Outlook 2000. My users need to print an email with all of it's attachments, and then flag the email for follow up. I have the flagging all set, and the email prints with most of the attachments. However, if there are 2+ excel files attached (i've ...
|
| Can an automatic message be added when sending encrypted e-mail? | 07 Jun 2006 16:53 GMT | 1 |
Is there a way to have a standard message automatically entered into either the subject line or body of the text whenever the encryption option is selected? In other words, for every encrypted e-mail I need the word "Proprietary" to be included somewhere in the message ...
|
| Adding an Outlook task from Access | 07 Jun 2006 16:29 GMT | 6 |
Config is XP SP2 / Access 2003 / Outlook 2003 Access Refs are VBA / Access 11 / SafeOutlook / DAO 3.6 / Outlook 11 / Calendar 11 I want to add an Outlook Task from Access.
|
| Spaces Removed in HTMLBody | 06 Jun 2006 20:02 GMT | 3 |
I have a C# program using an Outlook 2000 generated interop object in which I'm prefilling the the MailItem's HTMLBody. The problem that I'm having is that spaces between words get removed if a tag (such as font or bold) is contained between the words. For example:
|
| OL2003: Convert an Object | 06 Jun 2006 18:58 GMT | 2 |
Is it possible to convert an Attachment object (which is actually a Note) into a NoteItem object so that the NoteItem.Body property can be read? The text content of the object is all that is required. JPL
|
| Trying to import excel into outlook - error | 06 Jun 2006 14:36 GMT | 2 |
Trying to import an excel contact spreadsheet into outlook - error reads "DABMLSKG.xls has no named ranges use Microsoft Excel to name the range of data you want to import. Can anyone tell me what this is referring to PLEASE?
|
| Read contents of Note inserted in Outlook Contact Item Body | 05 Jun 2006 20:19 GMT | 4 |
The following code successfully displays the first line of a Note attached to a Contact Item: Set objNotesColl = objContactItem.Attachments If objNotesColl.Count > 0 Then
|
| Get the order of unsorted (dragged) items in a view? | 05 Jun 2006 19:48 GMT | 2 |
I've Googled myself into a stupor trying to find a way to do this ... any ideas? In an unsorted view, where the user has dragged items up and down (for example, to prioritize Task items), is it possible to programmatically
|