Forum: Outlook - Using Forms
April 8th 10, 01:10 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 0
Views: 591
custom message form - view code throws error
hello
I've customized Outlook 2003 message form.The form has some
vbscript.On one of the client the form script is not working.When
"View Code" button is clicked it is displaying error "Unable to...
|
Forum: Add-ins for Outlook
February 22nd 10, 11:35 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 1,859
set the initial folder in PickFolder
hello
I'm using redemption to display "Select Folder" dialog as I need to
set the initial folder to exchange folder "\\Public Folders\All Public
Folders\Demo".I'm using below code
Dim Session As...
|
Forum: Outlook - Using Forms
February 9th 10, 02:56 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 685
|
Forum: Add-ins for Outlook
August 28th 09, 02:51 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 8
Views: 1,036
get current position in message body of mailitem
Thanks again.I was able to move to next/previous word with the help of
HTMLEditor.But is there any way to find out the char at current cursor
position using HTMLEditor?(as I need to insert link to...
|
Forum: Add-ins for Outlook
August 21st 09, 02:17 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 8
Views: 1,036
get current position in message body of mailitem
I was able to find out if the cursor is in between for Plain text
format but how to achive the same for HTML format ?SafeInspector has
HTMLEditor property but was unable to find if cursor is in...
|
Forum: Add-ins for Outlook
August 20th 09, 03:19 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 1,238
|
Forum: Add-ins for Outlook
August 19th 09, 02:50 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 8
Views: 1,036
get current position in message body of mailitem
I need to move to end of the word if the current cursor position is in
between the word and then insert the link.For OL 2007 using WordEditor
object it is possible.But for OL 2003 when word is not...
|
Forum: Add-ins for Outlook
August 19th 09, 02:49 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 1,238
Original Attachment not removed
Thanks Ken
I saved item after new attachment addition & also after removing the
old one.But no success.Attachment list not refreshed.
Also I don't want to save item (if the user cancels send then I...
|
Forum: Add-ins for Outlook
August 14th 09, 03:36 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 1,238
Original Attachment not removed
hello
I've VSTO Addin for Outlook 2007.
I'm adding a dummy attachment in BeforeAttachment event & removing
original attachment.
But the attachment list still shows me original attachment along...
|
Forum: Add-ins for Outlook
August 10th 09, 03:08 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 683
|
Forum: Add-ins for Outlook
August 7th 09, 01:14 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 8
Views: 1,036
|
Forum: Add-ins for Outlook
August 6th 09, 03:46 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 8
Views: 1,036
|
Forum: Add-ins for Outlook
July 27th 09, 03:52 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 658
|
Forum: Add-ins for Outlook
June 16th 09, 03:08 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 457
assign task programmatically
hello
I need to programmatically assign a task.
1.When I assign task & display it,the "To" list appears empty.It is
not refreshed.After send ,When I reopen the same Task for first
time,it still...
|
Forum: Add-ins for Outlook
May 11th 09, 06:50 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 509
|
Forum: Add-ins for Outlook
May 8th 09, 03:07 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 509
|
Forum: Add-ins for Outlook
April 20th 09, 04:06 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 701
unable to save attachment
hello
I've VSTO addin for Outlook 2003.I need to interrupt
MailItem_AttachmentAdd event , save the attachement in temp folder ,
add the filepath of
saved attachment as link in message body of...
|
Forum: Outlook - Using Forms
February 17th 09, 01:57 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 1,125
|
Forum: Outlook - Using Forms
February 13th 09, 07:57 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 1,125
get formatted text in appointmentItem's body
hello
I've customized appointment form for outlook 2003 & 2007.
Is there any way to get formatted text in appointmentItem's body ?
I need to retrieve it, modify it & again set this modified...
|
Forum: Add-ins for Outlook
December 24th 08, 01:26 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 8
Views: 685
check or uncheck the column with Icon format
Thanks Ken
I tried with types other than text but still unable to display the
column in view as dropdown list.The view is tableview.What needs to be
the type of userproperty so that column...
|
Forum: Outlook - Using Forms
December 24th 08, 09:36 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 2
Views: 335
|
Forum: Outlook - Using Forms
December 23rd 08, 02:28 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 2
Views: 335
protect custom form script in outlokk 2007
hello
I've customized message form for Outlook 2007 & need to publish it in
organizational form library.I want to protect the form script.In
Outlook 2003 there was password protection but in Outlook...
|
Forum: Add-ins for Outlook
December 23rd 08, 02:10 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 8
Views: 685
check or uncheck the column with Icon format
Thanks Ken
I've enabled in cell editing & set the type to i4 for the userproperty
column in the view but still unable to display column as dropdown list
in the view.What else is missing ?When I...
|
Forum: Add-ins for Outlook
December 22nd 08, 11:57 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 8
Views: 685
check or uncheck the column with Icon format
I've also combobox on my custom message form & now Userproperty
associated with this combobox is added to custom view so user can edit
it.
Is it possible to display this field as combobox in custom...
|
Forum: Add-ins for Outlook
November 28th 08, 05:59 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 521
|