| Thread | Last Post | Replies |
|
| What is the function to send an EMail on someone behalf using Outlook redemption? | 19 Feb 2004 16:40 GMT | 1 |
I'm looking for the function to send on someone behalf using Outlook Redemption....please provide some example because I'm still a baby in VBA. Thanks alot,
|
| How to read a unicode registry value? | 19 Feb 2004 15:17 GMT | 1 |
Outlook 2003, Windows XP. How do you read a value from the registry that is a Unicode string stored as REG_BINARY? I'm working on a little thing to automatically cycle through my signatures
|
| Simple Question [??] | 19 Feb 2004 14:54 GMT | 1 |
I have a problem with outlook macros. When I try to run my macro, this message popups: "The macros in this project are disabled. Please refer to the online help or documentation of the host application to determine how enable macros."
|
| Question about resolving emailaddress in Outlookcontact | 19 Feb 2004 13:02 GMT | 1 |
i wrote a outlookmacro to read useraddresses from the exchange-GAL and write them in my outlookcontacts All is working fine, i have only the problem that the smtp-addresses are getting resolved I write the plain smtp-address in the emailfield, and when i'm opening the contact i ...
|
| macro installation | 19 Feb 2004 13:01 GMT | 3 |
Does anyone here have a link or some info about how to distribute a outlook macro. Is there some directory i can copy the macro to, so it will register itself or can a i make an MSI file ??? Thanks.
|
| Can't find macro | 19 Feb 2004 12:23 GMT | 2 |
I have a basic problem with outlook 2002 / 2003 macro programming. I made a macro with VBA. It works if I start it in VBA. But when I start it with outlook with a button it says the macro can't be found.
|
| GetMailboxName function | 19 Feb 2004 00:35 GMT | 1 |
Could somebody be so kind as to post a GetMailboxName function I justed started doing some Outlook programming and obtained the GetFolderByName function from the Office Developer site, but....the GetFolderByName function uses the GetMailboxName function which is not posted...says ...
|
| Redemption TaskRequestItem | 18 Feb 2004 22:31 GMT | 6 |
Does anyone know if you can send a TaskRequestItem using Redemption? I am trying to create an Add-In that will watch the Inbox for a specific email item. When the email arrives, it will automatically generate a TaskRequestItem back to the individual who sent the email.
|
| Outlook Redemption - What is the function to display the AddressBook? | 18 Feb 2004 22:05 GMT | 2 |
What is the function to display the AddressBook in Outlook Redemption object? example in VBA would be great. Thanks alot, Kim,
|
| This seems impossible: MessageClass is changing on me. | 18 Feb 2004 19:53 GMT | 1 |
Environment: VB6 SP5, Outlook 2000 SP3, Windows 2000 SP4 I'm listening for items being added to the Deleted Items folder, along the lines of: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=eP5uVgEUCHA ...
|
| Start Application (Shell) / Custom Button | 18 Feb 2004 19:06 GMT | 2 |
Is it possible to start an application from Outlook? I have the command Private Sub Application_NewMail() DoTest
|
| Outlook Choose Form Button | 18 Feb 2004 19:05 GMT | 1 |
Is there a way to globally update all of my end users' menu with the Choose Form Button. We would rather update it globally. Thanks for any assistance.
|
| Public Free/Busy from Outlook using Extended Mapi | 18 Feb 2004 17:02 GMT | 1 |
I'm working on a new personal learning project attempting to create an add-in for Outlook using VB/VB.NET and Extended MAPI that returns Free/Busy time for public resources (i.e. meeting rooms). I'd like to bypass the security patch for Outlook so the Outlook Model is out as
|
| Save Email as .eml | 18 Feb 2004 16:50 GMT | 2 |
Hi to all, I'm a new developer of VBA application and I think you will help me. I need to create a VBA macro wich: when new mail is detected
|
| Outlook Redemption - how to send email on someone behalf | 18 Feb 2004 16:47 GMT | 1 |
I tried to send the email on someone behalf, but its keep send email from my account. On my computer, I created two profile "KIM","JACK". I got both permission on these two profile. When I opened Outlook for "KIM" account, and i tried to send email on behalf of JACK, its keep
|