| Thread | Last Post | Replies |
|
| Restrict method... Available date fields | 13 Dec 2005 19:28 GMT | 3 |
Can somebody provide me with all of the available date fields I can use to restrict emails from a particular folder?... Much Thanks, Michael
|
| Is there vb code to open a folder in Outlook? | 13 Dec 2005 14:11 GMT | 3 |
I know this is a real stretch but I have a folder with flagged msgs. If I miss the flags for whatever reason (and I always seem to be missing most of them), these msgs no longer pop up. That's okay, that's logical and understandable. They're not "repeating flags" or
|
| how to add Http Picture to a contact item | 13 Dec 2005 14:09 GMT | 1 |
hi Ken, My previous question was pretty simple. The Scenario I was talking about is for outlook 2003 contact Picture, I know AddPic method can add picture that resides on the local hard drive to a contact item, like the following
|
| How to get the current date using VBA | 13 Dec 2005 13:28 GMT | 3 |
I'm using VBA for Great Plains customization. I need to get the current date. Is there a function to a way to get the current date. Note: I tried to use GETDATE() Function but I got an error message "Sub
|
| Warning about confidential data on outbound attachments | 13 Dec 2005 03:45 GMT | 3 |
Hi, I'm trying to have Outlook performing a check on the outbound attachment and if the attachment is confidential, to show a dialog box that warns the user of the fact and request confirmation before sending. Ideally Outlook would check the properties of the file being sent for a
|
| New Email Message Body | 13 Dec 2005 03:44 GMT | 8 |
I have a macro that opens a new email message. I then want to paste whatever is copied into the email's body. I have the paste function working, but it pastes into the email's to email field. I'm not sure how to paste into the email's body section.
|
| Controlling when a toolbar button is enabled/visible? | 12 Dec 2005 22:47 GMT | 11 |
I'm creating a toolbar button for use with contacts. I planned to just add it to the standard toolbar which looks like it shows up no matter what window you have open. Via it Mail, contacts Tasks etc. I was cool with that but now when I opent a contact Item in it's own window,
|
| Move applied to MailItem alters ReceivedTime | 12 Dec 2005 18:31 GMT | 5 |
Hy everybodey, I wrote a pieve of code to move emails from one .pstn folder to anothor one. Not difficult, but unfortunately the Date appears to be changed after the move. It appears that after applying the move method the ReceivedTime
|
| how to know which item is double clicked? | 12 Dec 2005 16:40 GMT | 1 |
Hi, I met a problem of tracking which item is selected by the user. For instance, when I double click a contact item under the contact folder, a new inspector window should be poped out.
|
| how to add http Pics to the contact item | 12 Dec 2005 14:33 GMT | 1 |
I met a problem for my COM Add-In. Is there a way to Add a Http pic to the local contact item?
 Signature John 3:16
|
| subject search | 12 Dec 2005 14:30 GMT | 9 |
I am trying to use Access to find all messages in a folder containing a particular string, I am currently trying to use .RESTRICT, but it wont let me use LIKE. Any help appreciated.
|
| Using all emails from a category | 12 Dec 2005 09:21 GMT | 4 |
Hi Team, When one of my users clicks a button on my Outlook toolbar, I want to perform an action with all the emails that are in the same category as the currently selected email.
|
| Using a macro to insert text at current positition? | 10 Dec 2005 18:54 GMT | 1 |
I have been asked if it's possible to create an easy way of inserting a greeting at a point in an email, for example a seasonal "kind regards and Merry Christmas" sort of thing. This wouldn't be a signature because it may not apply to all messages.
|
| Having problem getting CurrentItem | 10 Dec 2005 18:52 GMT | 4 |
I'm trying to add a button that pulls in contact info from the highlighted contact. If I double click the contact and open it up in it's own window, the following code works. Outlook.Application oApp = new Outlook.Application();
|
| Fields added to custom outlook forms | 09 Dec 2005 21:55 GMT | 3 |
I created a custom form based on the mail message form. I added several fields, some are yes/no and others are dates. After publishing and sending the message using the form, the data in the added fields is not present. The sent message contains none of the yes/nos or dates.
|