Forum: Outlook and VBA
August 4th 08, 10:54 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 2,179
Can't send on behalf of with VBA
On Jul 25, 9:10*am, Gil wrote:
I can run the same code with the same source data from my pc with
office 2007 and not receive the error. I will add the code to resolve
...
|
Forum: Outlook and VBA
July 25th 08, 03:10 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 2,179
Can't send on behalf of with VBA
I can run the same code with the same source data from my pc with
office 2007 and not receive the error. I will add the code to resolve
the recipients though.
-Gil
On Jul 25, 9:02*am, "Ken...
|
Forum: Outlook and VBA
July 24th 08, 04:04 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 2,179
Can't send on behalf of with VBA
When I try to execute the following code from excel I get the messages
returned to me.
with the following message returned back. I can execute the code from
other computers and other accounts without...
|
Forum: Outlook and VBA
May 3rd 07, 03:37 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 583
Action with form in public folder
On May 2, 2:32 pm, "Sue Mosher [MVP-Outlook]"
wrote:
Forms associated with the custom actions need to be published to the Organizational Forms library.
FYI, there is a...
|
Forum: Outlook and VBA
May 2nd 07, 04:00 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 583
Action with form in public folder
I have a form which has two action buttons on it. The actions open up
two forms, either approve or deny. Right now I have it working on my
exchange account, but would like to put it out in a public...
|
Forum: Outlook and VBA
May 2nd 07, 03:57 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 592
Sending message via command button
On Apr 30, 8:46 pm, "Sue Mosher [MVP-Outlook]"
wrote:
The details depend on:
a) Are there other recipients for the message?
b) Is the combo box bound to an Outlook...
|
Forum: Outlook and VBA
May 1st 07, 09:21 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 10
Views: 1,230
From and to Fields VBScript
On May 1, 2:45 pm, "Dmitry Streblechenko" wrote:
Do you mean VB as language, not Outlook specific? I don't use VB at all, so
I can't recomment anything.
For Outlook...
|
Forum: Outlook and VBA
May 1st 07, 08:38 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 10
Views: 1,230
From and to Fields VBScript
All set now! I need a good vb introduction book that is techincal, not
point and click through forms any reccomendations?
|
Forum: Outlook and VBA
May 1st 07, 08:31 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 10
Views: 1,230
|
Forum: Outlook and VBA
May 1st 07, 08:09 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 10
Views: 1,230
From and to Fields VBScript
Is there a good reference for this type of info?
Pardon my ignorance but would this work to retrieve the sender?
Set objFormTab = Item.GetInspector.ModifiedFormPages("Message")
Set objSender =...
|
Forum: Outlook and VBA
May 1st 07, 07:54 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 10
Views: 1,230
|
Forum: Outlook and VBA
April 30th 07, 09:27 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 592
Sending message via command button
I'm new to outlook programming. I would like to send the form that I'm
on with a command button which is on the form. I would like the
message to go to a person whom I have selected in a combobox....
|