| Thread | Last Post | Replies |
|
| limit to number of controls in a userform? | 31 Jan 2009 17:31 GMT | 2 |
Is there a limit to the number of controls that can be be put on a userform created in VBAprogect in outlook? I can't seem to get my one commandbutton to work. there are 9 textboxes though. there is no error it just seems to be running, but
|
| Outlook 2003 - Read Recipients | 30 Jan 2009 14:46 GMT | 1 |
I created one script on the INBOX folder to get some information about message and then send this to my mobile phone through SMS Provider. I need to know what was the RECIPIENT(S) of this massage! Only to me? To me and another guy?
|
| Save sent item to windows folder or desktop | 30 Jan 2009 14:44 GMT | 1 |
I am trying to create a marco to use on the Appication_ItenSend function that allows a user to choose if they want to save the SENT email to a predefined windows folder. Why I need this is simple, at my work we have to attach a sent email msg to a different database. What users ...
|
| Save attachment and decrypt | 30 Jan 2009 14:36 GMT | 6 |
I am fairly new to VBA, and need some help directions: I have a dedicated account to receive encrypted gpg and pgp attachments I would like to create a rule that will save the attachments as they
|
| VBA code for Outlook doesn't works in some cases | 30 Jan 2009 06:21 GMT | 5 |
I have developed a vbscript in a webapplication to access Outlook addressbook which uses Outlook API and Redemption. It is working. However, in particular a particular scenario, When try my application with IE7 and Outlook 2003, It can't able to create "Outlook.Application" ...
|
| Single appointment from Access to Outlook | 29 Jan 2009 23:17 GMT | 8 |
I'm able to send a single appointment from inside Access to Outlook. This is the core code: With OutAppt .Subject = [Nominativo_Paziente]
|
| remove encoded attachment from raw message | 29 Jan 2009 13:38 GMT | 3 |
(OL 2003 SP3) I realized that the usual way to remove an attachment from a message does not remove it completely. It seems to remove the decoded attachment but not the encoded version in
|
| Deleting items from draft folder | 29 Jan 2009 05:38 GMT | 4 |
I need to delete items from draft folder based on value of a user property xyz = "abc". The problems I have are; 1. How to access items in Draft folder? 2. How to select items based on condition user property xyz with value
|
| Select Mailbox | 28 Jan 2009 22:34 GMT | 3 |
I have several mailboxes, including multiple shared mailboxes that each have their own collection of folders(Inbox, Saved Items etc.) I've found lots of examples on how to select specific folders using VBA, but how do I select which mailbox I want so I can be sure I'm looking in ...
|
| How to find a contact in a contact list | 28 Jan 2009 20:57 GMT | 2 |
I have a list of contacts in my own database that I am accessing with a VB program that I have written. I want to loop through this list and export them to my Outlook 2007 contacts folder. I am starting with the following code to access my Outlook folder:
|
| Outlook 2007 Mobile Service - VBA programming question | 28 Jan 2009 17:03 GMT | 1 |
I have enabled Outlook 2007 Mobile services to enable sending text messages direct from Outlook. This works fine. What I would like to do is using access generate a textmessage in Outlook using VBA. I already do this from Access/Outlook for creating Emails from our
|
| Send existing email as attachment using vba | 28 Jan 2009 14:48 GMT | 9 |
Using VBA, is there a way to send an existing email from my Inbox, as an attachment to a new email which was created in code? I have already written the code to find the email I want to attach. I just can't figure out how to attach it. Thanks for your help.
|
| Help with CDO | 27 Jan 2009 23:51 GMT | 8 |
I have run into a problem that appears to be related to multiple profiles maching the logon I pass in via CDO. I presume this is related to the Show Dialogue switch on CDO logon. An example here would be that I have two accounts with similar names. The
|
| Erase deleted messages | 27 Jan 2009 14:29 GMT | 1 |
How may I configure the outlook deleted messages to be permanently and automatically deleted instead of doing it manually or been done automatically only when I exit outlook?.
|
| Outlook 2007 Prevent Hard Deletes | 27 Jan 2009 11:16 GMT | 4 |
Using VBA with Outlook 2007 Object Model, is there anyway to prevent/stop hard deletes on Mail Items? If VBA can't stop hard deletes of Mail Items, what tools are needed to provide a solution to stop hard deletes in Outlook 2007?
|