Forum: Outlook and VBA
February 26th 07, 05:56 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 709
message body control
Hi!
Does anybody know how to make a copy of message body control on the
second page of the outlook custom post form?
Thanks
Dasha
|
Forum: Outlook and VBA
February 22nd 07, 07:43 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 629
open file from vbscript
Hi,
I have links to files on my custom post form that are stored in
lables. Mostly there will be image files. I want to open the file in
the click event. How can I do this?
Thanks in advance :)
|
Forum: Outlook and VBA
February 21st 07, 06:55 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 759
|
Forum: Outlook and VBA
February 21st 07, 06:54 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 759
|
Forum: Outlook and VBA
February 19th 07, 07:20 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 485
|
Forum: Outlook and VBA
February 19th 07, 06:31 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 759
|
Forum: Outlook and VBA
February 16th 07, 02:49 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 759
outlook controls with attachments
Hi!
I have custom post form. When I add attachments to this form I can see
them in message field as links, also I can click and open them. Can do
the same things with any other control? I want to...
|
Forum: Outlook and VBA
February 13th 07, 02:47 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 0
Views: 436
Exchange Web forms
Hi, all!
My question is: I have custom form in outlook, Exchange 2003 with
workflow. Everything works fine :)
I want our client to see this form from Internet. May be not this but
HTML form... How...
|
Forum: Outlook and VBA
February 8th 07, 06:13 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 892
copy values from one to another form
It's easier then I thought:
Set olns = Item.Application.GetNameSpace("MAPI")
Set MyFolder1 = olns.Folders("Public Folders")
Set MyFolder2 = MyFolder1.Folders("All Public Folders")
Set MyFolder3 =...
|
Forum: Outlook and VBA
February 6th 07, 05:55 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 1,492
|
Forum: Outlook and VBA
February 5th 07, 04:26 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 1,492
add link on custom form
I tried this
Sub Label1_Click()
strURL = Item.GetInspector.ModifiedFormPages _
("P.2").Controls("Label1").Caption
set objWeb = _
...
|
Forum: Outlook and VBA
February 5th 07, 02:09 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 1,492
add link on custom form
Hi!
I have such a question: On my custom form I want to have link to
another custom form.
I wrote "Outlook://Public Folders/All Public Folders/paymen/~" &
Item.Subject & "", but on post form I...
|
Forum: Outlook and VBA
February 5th 07, 11:13 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 892
copy values from one to another form
I'm using Exchange workflow, so when I do Item.Copy I get error "Adhoc
workflows are disallowed for this folder. The new process instance
cannot be created". Do you know what the problem is?
|
Forum: Outlook and VBA
February 2nd 07, 03:51 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 892
copy values from one to another form
Hi!
Can anyone help me with the following:
I've opened saved item (based on custom IPM.POST form), and when the
user clicks a button I need to create a duplicate item and copy the
data from the...
|
Forum: Outlook and VBA
February 2nd 07, 08:37 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 1,850
|
Forum: Outlook and VBA
February 1st 07, 05:06 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 1,850
|
Forum: Outlook and VBA
February 1st 07, 04:31 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 1,850
|
Forum: Outlook and VBA
February 1st 07, 09:16 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 1,850
setting status flag programmatically
Hi, I have following problem:
I use Outlook 2003, I create items based on the custom form
(Form.Post) in a public folder. Can I set a flag or colour for it
programmatically
depending on the specified...
|