Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

outlook-dev · Outlook Development

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 27803 - 27832 of 28541   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
27803 Karl Josefsson
virtually_void Send Email
Feb 3, 2009
2:29 pm
Hi everyone, Quick question: I need to provide a user-interface so that the user can fill out a couple of fields, given these fields, I should then create an...
27804 Ken Slovak
kenslovak2000 Send Email
Feb 3, 2009
3:05 pm
You could publish a form to the user's Personal Forms Library or in an organization to the Organizational Forms Library if you use Exchange and the admins have...
27805 Terje Kristansen
terje252003 Send Email
Feb 4, 2009
11:44 pm
Hello Group I have made an Outlook addIn (vsto 3.0) with 3 FormRegions. The formregions buttons are displayed in the Ribbon. The first FromRegion is displayed...
27806 Terje Kristansen
terje252003 Send Email
Feb 9, 2009
5:09 pm
It should be possible to do something like this - updating of a customfields in an outlook appointment item - after it was dragged from one start date to...
27807 Dmitry Streblechenko
dimastr2001 Send Email
Feb 9, 2009
5:29 pm
What is your question? Can you be just a bit more specific? From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Terje...
27808 chrisderoover2 Send Email Feb 12, 2009
2:02 pm
Some years ago I developed a calendar application with custom Outlook forms. Now this customer wants to upgrade (partially) to Outlook 2007. Everything seems...
27809 Ken Slovak
kenslovak2000 Send Email
Feb 12, 2009
2:50 pm
In a case like that you would have to use a version test. Get Outlook.Application.Version (a string) and look at the 2 leftmost characters. If they are "11"...
27810 John Warner
batesview Send Email
Feb 12, 2009
3:05 pm
Once again MS screws the developer. What should be exposed is ordinals for each and every field so Outlook development is language free. John Warner...
27811 Joe
feihu_aiwei Send Email
Feb 12, 2009
3:05 pm
My family shares one computer to get on the internet. We are using XP Pro and MS Office 2007. I would like to monitor my son and daughter's email and what that...
27812 Ken Slovak
kenslovak2000 Send Email
Feb 12, 2009
3:12 pm
Do you all use one PST file? Or do you have access to the PST files they use? If so just open those PST files in your Outlook profile and look at Sent Items. ...
27813 Brad [VE3BSM]
bpsmicro Send Email
Feb 12, 2009
3:41 pm
In addition to Ken's response, I'll ask whether each person has an individual POP/SMTP e-mail address, and you're using Outlook to do POP/SMTP. If so, bear in...
27814 Joe
feihu_aiwei Send Email
Feb 12, 2009
3:49 pm
Thanks Ken, Actually this is a moral issue. My son is 13 going on to 19 and has been going to sites for adults and also having adult cyber conversations. He...
27815 Ken Slovak
kenslovak2000 Send Email
Feb 12, 2009
3:54 pm
Have you looked into various forms of parental controls, including those built-in to Windows? That would be my first approach since anything in Outlook can't...
27816 Alexander Kopetzky
alex_kopetzky Send Email
Feb 12, 2009
3:59 pm
Hello, I need to move Outlook 2000 user-defined contact forms filled with datagrids and vbscript code to outlook 2007. Furthermore there's an awful lot of code...
27817 Ken Slovak
kenslovak2000 Send Email
Feb 12, 2009
4:22 pm
Things should continue to work as before with some caveats. First, each different version of Outlook has limits on how many controls you can have on a form. If...
27818 Joe
feihu_aiwei Send Email
Feb 12, 2009
4:23 pm
Brad, you do have a good point. Thanks Joe ps. I am currently looking for employment. Visit me at <http://www.linkedin.com/in/joerio1&gt;...
27819 Joe
feihu_aiwei Send Email
Feb 12, 2009
4:23 pm
Ken, I was using the trial version of Net Nanny which is an excellent program; however, I am unemployed right not and cannot afford to purchase it. Right now,...
27820 chrisderoover2 Send Email Feb 13, 2009
1:50 pm
You suggest a code solution but the application relies on formulas that are used in the value property of custom fields. I don't think you can call code from...
27821 John Warner
batesview Send Email
Feb 13, 2009
2:06 pm
If version A Formula A Else Formula B End if Not sure I understand your question/problem here could you explain why this doesn't work? John Warner...
27822 Ken Slovak
kenslovak2000 Send Email
Feb 13, 2009
2:07 pm
Something like that can be done a couple of ways. If you want to use a code method you would use something like the Open event and code it as I indicated. For...
27823 chrisderoover2 Send Email Feb 18, 2009
1:55 pm
Thanks for replying. Are you sure you can use something like outlook.application.version in a formula field? I can enter the formula without getting an error ...
27824 Ken Slovak
kenslovak2000 Send Email
Feb 18, 2009
3:09 pm
Works fine here. I set up a custom mail item and set a textbox to display an Outlook version using this formula, automatically calculated: IIf( Left( [Outlook...
27825 tnasir77 Send Email Feb 19, 2009
2:16 pm
Hi I have the following code that i use in a winform Redemption.SafeMailItem safeMail = new Redemption.SafeMailItem(); ...
27826 Dmitry Streblechenko
dimastr2001 Send Email
Feb 19, 2009
3:11 pm
"RTF Message<example&gt;" does not look like a valid RTF string. From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of tnasir77 ...
27827 tnasir77 Send Email Feb 19, 2009
9:50 pm
Hi I am having the same issue. What i am trying to do is create a message in outlook drafs folder. What is happening is that the message appears but the...
27828 Dmitry Streblechenko
dimastr2001 Send Email
Feb 19, 2009
10:06 pm
Do you see the right RTF body dat if you look at the message with OutlookSpy? Select the message, click IMessage button on the OutlookSpy toolbar, select the...
27829 tnasir77 Send Email Feb 19, 2009
10:59 pm
I just put that there as a sample. this is the actual string. string body = @"{\rtf1\ansi\ansicpg1250&#92;deff0&#92;deflang1029{\fonttbl{\f0 ...
27830 tnasir77 Send Email Feb 19, 2009
11:37 pm
Yes i see the RTF messages there The values are as follows Tag num: 0x10090102 Tag sym: PR_RTF_COMPRESSED Type: PT_BINARY Value : cb:192, lpb: BC 00 00 00 F9...
27831 Yahoo Outlook Dev Group
YahooOutlookDevGroup@... Send Email
Feb 24, 2009
2:01 pm
Hello, Is it possible to design a form to prevent all forms of reply, forward, print, print screen, etc? I know I can easily disable reply, reply-to-all and...
27832 Ken Slovak
kenslovak2000 Send Email
Feb 24, 2009
5:13 pm
IRM would be the way to go, but even that won't prevent print screen. Ken Slovak Slovak Technical Services, Inc. _____ From: outlook-dev@yahoogroups.com...
Messages 27803 - 27832 of 28541   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help