A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 25 of 69
Search took 0.13 seconds.
Search: Posts made by: sd[_2_]
Forum: Outlook - Using Forms April 8th 10, 01:10 PM Posted to microsoft.public.outlook.program_forms
Replies: 0
Views: 591
Posted By sd[_2_]
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
Posted By sd[_2_]
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
Posted By sd[_2_]
use the custom form to show meeting request in recipient's calendar

hello

I've customized Meeting request form for outlook 2007.When I send
meeting request using this form,on recipient side I want to display
the meeting request using the same meeting request...
Forum: Add-ins for Outlook August 28th 09, 02:51 PM Posted to microsoft.public.outlook.program_addins
Replies: 8
Views: 1,036
Posted By sd[_2_]
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
Posted By sd[_2_]
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
Posted By sd[_2_]
Forum: Add-ins for Outlook August 19th 09, 02:50 PM Posted to microsoft.public.outlook.program_addins
Replies: 8
Views: 1,036
Posted By sd[_2_]
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
Posted By sd[_2_]
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
Posted By sd[_2_]
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
Posted By sd[_2_]
redesign form region file each time with .net custom control

hello

I've placed .Net custom control on form region adjoined to message
form.The region is displayed but whenever I make any change to UI ,I
need to design the form region file each...
Forum: Add-ins for Outlook August 7th 09, 01:14 PM Posted to microsoft.public.outlook.program_addins
Replies: 8
Views: 1,036
Posted By sd[_2_]
get current position in message body of mailitem

I found cursor position related information on outlookcode.com for
both OL 2003 & OL 2007
Thanks Ken
Forum: Add-ins for Outlook August 6th 09, 03:46 PM Posted to microsoft.public.outlook.program_addins
Replies: 8
Views: 1,036
Posted By sd[_2_]
get current position in message body of mailitem

hello

is it possible to get current cursor position (where next text will
appear) in message body of mailitem so that some predefined text/link
can be added at that position?

Thanks
Forum: Add-ins for Outlook July 27th 09, 03:52 PM Posted to microsoft.public.outlook.program_addins
Replies: 0
Views: 658
Posted By sd[_2_]
select all navigationfolders in a navigationgroup

hello

I need to select(check) all the navigationfolders in a
navigationgroup.I'm using below code -

For Each NavigationGrp...
Forum: Add-ins for Outlook June 16th 09, 03:08 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 457
Posted By sd[_2_]
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
Posted By sd[_2_]
Forum: Add-ins for Outlook May 8th 09, 03:07 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 509
Posted By sd[_2_]
delete appointmentitem permanently using redemption

hello

Is there any way to delete appointmentItem permanently using
redemption?Redemption.SafeAppointmentItem doesn't have delete
method.please provide a code snippet if possible.


Thanks
Forum: Add-ins for Outlook April 20th 09, 04:06 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 701
Posted By sd[_2_]
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
Posted By sd[_2_]
Forum: Outlook - Using Forms February 13th 09, 07:57 AM Posted to microsoft.public.outlook.program_forms
Replies: 3
Views: 1,125
Posted By sd[_2_]
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
Posted By sd[_2_]
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
Posted By sd[_2_]
Forum: Outlook - Using Forms December 23rd 08, 02:28 PM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 335
Posted By sd[_2_]
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
Posted By sd[_2_]
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
Posted By sd[_2_]
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
Posted By sd[_2_]
Showing results 1 to 25 of 69

 
Forum Jump

All times are GMT +1. The time now is 03:15 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.