Search the web
Sign In
New User? Sign Up
outlook-dev · Outlook Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 27803 - 27832 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27803
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...
Karl Josefsson
virtually_void
Offline Send Email
Feb 3, 2009
2:29 pm
27804
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...
Ken Slovak
kenslovak2000
Offline Send Email
Feb 3, 2009
3:05 pm
27805
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...
Terje Kristansen
terje252003
Offline Send Email
Feb 4, 2009
11:44 pm
27806
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...
Terje Kristansen
terje252003
Offline Send Email
Feb 9, 2009
5:09 pm
27807
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...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Feb 9, 2009
5:29 pm
27808
Some years ago I developed a calendar application with custom Outlook forms. Now this customer wants to upgrade (partially) to Outlook 2007. Everything seems...
chrisderoover2
Offline Send Email
Feb 12, 2009
2:02 pm
27809
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"...
Ken Slovak
kenslovak2000
Offline Send Email
Feb 12, 2009
2:50 pm
27810
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...
John Warner
batesview
Offline Send Email
Feb 12, 2009
3:05 pm
27811
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...
Joe
feihu_aiwei
Offline Send Email
Feb 12, 2009
3:05 pm
27812
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. ...
Ken Slovak
kenslovak2000
Offline Send Email
Feb 12, 2009
3:12 pm
27813
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...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Feb 12, 2009
3:41 pm
27814
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...
Joe
feihu_aiwei
Offline Send Email
Feb 12, 2009
3:49 pm
27815
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...
Ken Slovak
kenslovak2000
Offline Send Email
Feb 12, 2009
3:54 pm
27816
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...
Alexander Kopetzky
alex_kopetzky
Offline Send Email
Feb 12, 2009
3:59 pm
27817
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...
Ken Slovak
kenslovak2000
Offline Send Email
Feb 12, 2009
4:22 pm
27818
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>...
Joe
feihu_aiwei
Offline Send Email
Feb 12, 2009
4:23 pm
27819
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,...
Joe
feihu_aiwei
Offline Send Email
Feb 12, 2009
4:23 pm
27820
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...
chrisderoover2
Offline Send Email
Feb 13, 2009
1:50 pm
27821
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...
John Warner
batesview
Offline Send Email
Feb 13, 2009
2:06 pm
27822
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...
Ken Slovak
kenslovak2000
Offline Send Email
Feb 13, 2009
2:07 pm
27823
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 ...
chrisderoover2
Offline Send Email
Feb 18, 2009
1:55 pm
27824
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...
Ken Slovak
kenslovak2000
Offline Send Email
Feb 18, 2009
3:09 pm
27825
Hi I have the following code that i use in a winform Redemption.SafeMailItem safeMail = new Redemption.SafeMailItem(); ...
tnasir77
Offline Send Email
Feb 19, 2009
2:16 pm
27826
"RTF Message<example>" does not look like a valid RTF string. From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of tnasir77 ...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Feb 19, 2009
3:11 pm
27827
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...
tnasir77
Offline Send Email
Feb 19, 2009
9:50 pm
27828
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...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Feb 19, 2009
10:06 pm
27829
I just put that there as a sample. this is the actual string. string body = @"{\rtf1\ansi\ansicpg1250\deff0\deflang1029{\fonttbl{\f0 ...
tnasir77
Offline Send Email
Feb 19, 2009
10:59 pm
27830
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...
tnasir77
Offline Send Email
Feb 19, 2009
11:37 pm
27831
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...
Yahoo Outlook Dev Group
YahooOutlookDevGroup@...
Send Email
Feb 24, 2009
2:01 pm
27832
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...
Ken Slovak
kenslovak2000
Offline Send Email
Feb 24, 2009
5:13 pm
Messages 27803 - 27832 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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