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...
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...
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...
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...
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...
Some years ago I developed a calendar application with custom Outlook forms. Now this customer wants to upgrade (partially) to Outlook 2007. Everything seems...
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"...
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...
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...
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. ...
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...
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...
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...
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...
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, 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,...
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...
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...
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 ...
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...
"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 ...
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...
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...
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...
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@...
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...