| Thread | Last Post | Replies |
|
| Using MailEnvelope | 13 Apr 2006 21:53 GMT | 4 |
Sue Mosher suggested, in a thread on copying rtf text into a message:
>Great, because that means you can use the "Office envelope" feature to >create the message >directly from the Word document -- no copy and paste >required: |
| access macros to automate e-mail sending in outlook | 13 Apr 2006 21:21 GMT | 1 |
I have successfully setup Access macros to automatically send out e-mails with reports attached through outlook. Hoewever, outlook notifies me that "a program is automatically sending e-mails and it could be a virus, do you want to allow?" I need to select OK for each action. Is ...
|
| Public Folder Apointment | 13 Apr 2006 20:41 GMT | 6 |
I have written an Function: Public Function MakeAppointment(strOutlookFolderID As String, strSubject As String, datDatum As Date, strLocation As String, strBody As String, bolAllDay As Boolean, Optional strvon As String, Optional strbis As String,
|
| Voting button | 13 Apr 2006 20:11 GMT | 6 |
I currently have two voting buttons setup 'approve' and 'deny', i am trying to code (a bit of a novice) so that when i click the apprioriate button it opens a new email containing relevent information from a previous form.
|
| Difference in Appearance of Attachments | 13 Apr 2006 17:56 GMT | 1 |
From a programmer's perspective, is there any difference between an attachment to a plain text message vs. an attachment in a rich text message? Is there a logical reason why attachments in RTF messages appear as icons whereever the cursor was when they were inserted?
|
| how to change mail's receive time in outlook? | 13 Apr 2006 17:38 GMT | 3 |
i want to change mail's receive time in outlook. i can read the mail and get some value, eg ReceivedTime and so on. but i can not change the ReceivedTime value. who konw how to do?
|
| how to get mail's receivedTime? | 13 Apr 2006 16:04 GMT | 1 |
_ApplicationPtr pApp("Outlook.Application"); _NameSpacePtr pNameSpace = pApp->GetNamespace(L"MAPI"); MAPIFolderPtr pOutbox = pNameSpace->GetDefaultFolder(olFolderInbox); _ItemsPtr pOutboxItems = pOutbox->Items;
|
| How do I delete all attachments from Sent Items in Outlook 2003? | 13 Apr 2006 05:36 GMT | 1 |
I want to save all attachments in the sent items folder in Outlook 2003 to the local disk and then have them deleted. How can I do that? Can you prevent Outlook 2003 from saving attachments with the Sent Items?
|
| Outlook 2003 Custom Forms User Defined Fields | 13 Apr 2006 01:50 GMT | 4 |
I am having a really hard time with my user defined fields on a customer form located in my Organizational Forms Library. Is there any way to 1.) Find out where they are located.
|
| Customizing Outlook's Out of Office | 13 Apr 2006 01:48 GMT | 1 |
In Outlook 2000/2003, is it possible to customize Out Of Office so it can have the start and end dates that will be available with Exchange 12?
|
| COM Add in won't load other than with IDE on WS2003/XP | 12 Apr 2006 18:56 GMT | 2 |
I am trying to develop a COM Add-In for outlook 2003 in VB6 (SP6). My development machine is Windows 2003 server ( I normally develop web apps). I have followed the instructions and implemented IDTExtensibility2. I
|
| Inserting RTF Text in a Message Body | 12 Apr 2006 15:29 GMT | 4 |
Office 2003, Windows XP. I have a VBA sub that is getting text for a news release re-formatted so it is nice and readable when pasted into an RTF message. My sub is selecting and copying the text. I have added code to Open an Outlook message in RTF
|
| Costum menu, with existing functions | 12 Apr 2006 06:22 GMT | 1 |
For some colleages who travell alot with a computer/laptop I'd like to make a shortcut menu with some settings, mainly the location they are at, so dailing in goes locally. Also some filter settings have to be altered.
|
| Macro to prompt for metadata and them place in the subject line | 12 Apr 2006 06:19 GMT | 1 |
I am a newbee to macro programming. I have a macro that will take a message and forward it to a fixed email address. Is there a way that I can have the macro prompt for metadata and then populate it in the subject line? Thanks
|
| Finding Messages in an Outlook folder | 11 Apr 2006 15:12 GMT | 1 |
Where can I find out the full syntax for the "find" method for an Outlook folder? I want to be able to search a folder for messages matching certain criteria - for example create date less than 10 days ago, subject contains a
|