ThreadLast AuthorMessages
read/total
Date
Personal forms not sent and stuck in outbox
Sedonib
0 / 1 04 Jul
Hi, I designed a quite simple form with some text and combo box field. I did it on Outlook 2003 (french version). I published this form in our two "Organisational Form Library" (we used an exchange server and have a library for french users and english users) Some users have problem with this form (on both english and french outlook clients ) : they can create a new message based on...
my outlook 2007 stuck when open
barkan
0 / 1 04 Jul
Hi everyone Since the morning my outlook doesn't startup, every time I try to start it up it stuck after a few second (not respond) I tried to restart the program and the computer and it just won't work, I tried to start the program she's running and after a few second it just stuck with no error messages or nothing!!! Please advice!!! Thanks Barak...
Task Form: Unlock/clone/copy first page, or where to get prebu
Sue Mosher [MVP-Outlook]
0 / 6 02 Jul
I have no experience with natural language entry in non-English systems. I would expect it to work, though. You might want to ask in one of the general Outlook usage newsgroups, such as microsoft.public.outlook.general. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode....
Customized form doesn't look like 2007 Contact
Sue Mosher [MVP-Outlook]
0 / 2 02 Jul
In Outlook 2003 and later, developers will see a different layout when they put a contact form into design mode. The special controls for the standard layout are available only to Outlook 2007 form regions. For other contact form idiosyncracies, see http://www.outlookcode.com/d/contactform.htm -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart...
Outlook task
Sue Mosher [MVP-Outlook]
0 / 2 01 Jul
Yes, this task requires VBScript code behind your custom published form. The details will depend on whether the control is bound to an Outlook property (and if so, whether it's a standard or custom property) or unbound. See http://www.outlookcode.com/article.aspx?ID=38 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power...
Before Send Event
Ken Slovak - [MVP - O...
0 / 2 01 Jul
That event doesn't exist, so a code sample would be impossible. The closest to what you want is the item.Send() event which fires when the send button is clicked. There are samples of this event at www.outlookcode.com. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options....
Custom Form - Reply
dread
0 / 1 30 Jun
I've created a custom form and when I choose Reply I get a blank message even though in the Actions tab I selected "Include original message text". I set up Forward the same way and when I forward the message I do see the original text. Why does it work for forward and not reply?...
SPAM
Milly Staples [MVP - ...
0 / 2 29 Jun
...
Change Caption on the Default Contact Form
Ken Slovak - [MVP - O...
0 / 2 28 Jun
No. Those names are hard coded and can't be changed or added to. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Christine Rutter" <christine.rutter@lineone.net> wrote in message news:OhDKChT2IHA.2384@TK2MSFTNGP04.phx.gbl... >...
Format font colour
Sue Mosher [MVP-Outlook]
0 / 2 27 Jun
You will need to use VBScript code behind the published form, not a formula, to change the color of the text box control. See http://www.outlookcode.com/article.aspx?ID=38 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "KneeDown2Up"...
Digital signature's changing form
Sue Mosher [MVP-Outlook]
0 / 12 27 Jun
I have no idea. I've seen a few references to Outform.dat and that particular error message, but no information on what it means. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Karl Knighton" <KarlKnighton@discussions.microsoft.com> wrote in message...
Problem with a custom task form
Sherri
0 / 1 27 Jun
I use Exchange 2003 and Outlook 2003. I have created a custom Work Order task form in Outlook and published it in the Public folder. The form allows various people to approve steps (user fields) in the Work Order task . This procedure works fine for everyone in the company except for 2 people. When they get to a certain step, they seem to revert back to a previous step (user...
custom contact form in Outlook and Outlook Web Access
NitinK
0 / 1 27 Jun
I have a mailbox on Exchange 2007. I use Outlook 2003 client. I have created a custom contact form in Outlook and published it to my contacts folder. I then created some contacts in Outlook using the custom contact form. When I tried to use Outlook Web Access to open the contacts I created using the custom contact form, the contacts were shown as read-only. Is this the expected...
Click event not firing in Outlook 2007
EKH
0 / 3 26 Jun
Thanks much! That did the trick. I guess I misunderstood what this setting does. "Sue Mosher [MVP-Outlook]" wrote: > Your VBA security settings have nothing to do with code behind an Outlook form. You will need to clear the "send form definition with item" box and republish the form. > > -- > Sue Mosher, Outlook MVP > Author of Microsoft Outlook 2007 Programming: >...
Templates and All Day Events
Maggie
0 / 1 26 Jun
The "All Day Event" check box will not remain checked when saved as a template. Is this a bug?...
How do I permit editing of task forms.
Sue Mosher [MVP-Outlook]
0 / 2 26 Jun
Any customization to the task form must be done on the P.2-P.5 pages (or in Outlook 2007, with form regions). The other pages cannot be customized. See http://www.outlookcode.com/article.aspx?id=60 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Steve...
date field in custom form
Sue Mosher [MVP-Outlook]
0 / 2 26 Jun
No, all Outlook date/time properties have both date and time elements and both will print out. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Scuff" <Scuff@discussions.microsoft.com> wrote in message news:89D45EB5-7A29-4BFC-A669-F482CB53609A@microsoft....
Outlook 2007 contact form - telephone number auto-formatting
Sue Mosher [MVP-Outlook]
0 / 4 25 Jun
It may make more sense if you look at both users' settings in the Dialing Options dialog. From any contact, click the Call command to open the New Call dialog, then click Dialing Options. You should see a check box for "Automatically add country/region code to local phone numbers." -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users...
How to change the default form for importing contacts
Sue Mosher [MVP-Outlook]
0 / 2 25 Jun
Outlook does not support importing to a custom form, nor importing custom fields. You would need to write your own import code or use a third-party tool. See http://www.outlookcode.com/article.aspx?id=23 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54...
restore 'for follow up' folder after deletion
Ken Slovak - [MVP - O...
0 / 2 25 Jun
This is a programming group you know, not a user group. Right-click on the Search Folders in the Folder List and select New Search Folder. In the templates select the one set up for mail flagged for follow up. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options....
Custom Forms - What's Possible?
Brian Tillman
0 / 6 25 Jun
Rick Brandt <rickbrandt2@hotmail.com> wrote: > Hmm, not on my news server. I'll check Google. Then use Microsoft's server: news://msnews.microsoft.com/microsoft.public.outlook.bcm -- Brian Tillman [MVP-Outlook]...
Tool-Button to activate Privat Forms
Jorgensen
0 / 1 25 Jun
I have make a Private Forms. How does I activate my Forms whit a button? In Word is it posible to record a makro ... but I'm not sure is posible in Outlook....
Replacement for HTML Forms
Sue Mosher [MVP-Outlook]
0 / 2 24 Jun
Vista has nothing to do with its. What's relevant is the Outlook version. You would need to use the same technique that Access uses (which I think is XML-based and compatible with Outlook 2003 and many other mail programs) or tell users they should use the View in Browser command in Outlook 2007 to view your mailing in their Internet browser. -- Sue Mosher, Outlook MVP Author of...
Outlook 2007 secondart email account
inkinawink
0 / 1 23 Jun
Is there a way to setup an email alert in Outlook 2007 for secondart email accounts?...
Call DLL code from VBScript code-behind
Sue Mosher [MVP-Outlook]
0 / 4 23 Jun
If I understand your question correctly, no, you cannot call Win32 API methods from VBScript, because VBScript does not support declaring a function from a .dll. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Pavel Rosoi" <PavelRosoi@discussions....
How to programmatically display a new mail item into a "sent"
Dmitry Streblechenko
0 / 6 23 Jun
As I mentioned before, not unless you are using Outlook 2007. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Pavel Rosoi" <PavelRosoi@discussions.microsoft.com> wrote in message news:D1682540-A04E-4171-9279-79533D1E028D@microsoft.com... > Thank you for answer. There is no way to do that without the deploying of > another...
Modifying calendar detail style in outlook calendar
Willie
0 / 1 22 Jun
How can I modify the "calendar detail style"? In printing, it wastes spaces between start time/end time and description (message). Thanks...
How can I adjust the tab in the Calendar detail style?
Willie
0 / 1 22 Jun
I want to use "calendar detaiil style" (Outlook Calendar) in printing my daily activities. I want to save some spaces but I cannot find where I could adjust the tab. When I click on the print setup, it shows me the format tab and the paper size but there is nothing there that I could adjust the tab between the time and the description of the activity. Is there a way I could adjust...
Attach notes to email for storage
Gruntfish
0 / 1 20 Jun
There are times that it would be very cool to have the ability to attach a short note to email I have received from customers. When I am called upon to look at the email in a year I can see things that were important but not in the email. Just a thought, but I think people would really like it. =) ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the...
How can I delete a tab within a Form
IT Service Agent
0 / 3 20 Jun
Thank you for letting me know "Sue Mosher [MVP-Outlook]" wrote: > No, form pages cannot be deleted, only hidden. > > -- > Sue Mosher, Outlook MVP > Author of Microsoft Outlook 2007 Programming: > Jumpstart for Power Users and Administrators > http://www.outlookcode.com/article.aspx?id=54 > > > "IT Service Agent" <ITServiceAgent@discussions.microsoft.com> wrote in...
Forms Help
Sue Mosher [MVP-Outlook]
0 / 2 20 Jun
I would suggest that you read about the prerequisites for custom message forms at http://www.outlookcode.com/article.aspx?id=61 and then, if you decide to follow through on this project, digest the information here: http://www.outlookcode.com/article.aspx?ID=35 -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators...
Displaying html forms and contols in Outlook2007
NArcher
0 / 1 20 Jun
Hi All, I am posting this thread since I am in URGENT need for an alternative to the problem of displaying the html form and controls in the mail that is sent programatically using a windows application that uses a Office Interop to create a Html form body that has controls like check boxes and textboxes. When I am sending that mail to a XP client the forms are seen correctly...
Outlook 2003 SP3 command line syntax
Sue Mosher [MVP-Outlook]
0 / 4 19 Jun
The /t and /m switches apparently do not play well together. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Steve" <Steve@discussions.microsoft.com> wrote in message news:077F867C-8610-48F6-AE64-7806AB5F3213@microsoft.com... > OK. Can an .oft form be...
Event Handlers
Bunster147
0 / 3 19 Jun
Thanks Eric. This seems fine if I have a single label but the number of labels to display are unknown when the form is initialised so how do I go about declaring more than one "Private WithEvents myLabel As Label". Can I declare these on the fly, e.g. "Private withevents mylabelX as label, where X is an integer. "Eric Legault [MVP - Outlook]" wrote: > If you had a control variable...
Outlook RSS pictures
cowlordster@gmail.com
0 / 1 17 Jun
When I view RSS on outlook, sometimes the pictures come out as very tiny 10x10 pixel blocks. Something like this: http://img210.imageshack.us/img210/6228/picswy2.jpg I know this isn't supposed to happen since if I click another RSS item and click back a couple times, some of the images will be fixed. Is there any way to solve this problem?...
How to create field for series of tickets/gift certificate etc
Sue Mosher [MVP-Outlook]
0 / 2 17 Jun
I'm not sure what information you're looking for. Are you trying to generate a list of numbers automatically during the merge? If so, that would be a good question for the microsoft.public.word.mailmerge.fields newsgroup. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article....
buttons/form for updating subject field.
Sue Mosher [MVP-Outlook]
0 / 3 17 Jun
That is essentially what Outlook voting buttons do. But it would work for an external recipient only if that recipient is using Outlook as their email editor and your mail server allows TNEF content in messages to pass to outside recipients. That's two big ifs. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators...
Message Text Missing
Sue Mosher [MVP-Outlook]
0 / 7 12 Jun
It's saved in the default Drafts folder. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Clift" <Clift@discussions.microsoft.com> wrote in message news:D7A55BB7-695D-4977-A4EF-89B4BA74FBE1@microsoft.com... > I've found something interesting with this...
Button/form for updating recipient's Calendar
Sue Mosher [MVP-Outlook]
0 / 4 12 Jun
No, there's no Bcc provision for meeting requests. You'll have to choose which is more important -- getting responses back to update a single item on your calendar or keeping the attendee list secret. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Tom"...
Custom Form - read-only fields
Studer
0 / 5 12 Jun
Multiple forms and "Read only" attribute Is the way for me! I took me only 10 min to put it all in shape and working perfectly. It's a very simple form, so no updates needed for a looong time. Thank you very very much Sue! "Sue Mosher [MVP-Outlook]" wrote: > VBA would be way more complicated that what I suggested, which is using VBScript code behind the form. > > Another...
Forwarding Form
Sue Mosher [MVP-Outlook]
0 / 2 11 Jun
In the code behind your form, you can add code to the Item_Forward event handler to set the original message's sender as the reply recipient for the forwarded item: Function Item_Forward(ByVal ForwardItem) ForwardItem.ReplyRecipients.Add Item.SenderEmailAddress End Function Another approach is to go to the (Actions) page of your form design and change the setting for the Forward...
Error saving command bar position settings
KenPalmer
0 / 2 11 Jun
This is solved. McLean Schofield from Microsoft was able to point me in the right direction at the following forum. The coded solution is posted there as well. http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3474456&SiteID=1...
VBA from outlook 2007 form editor
Sue Mosher [MVP-Outlook]
0 / 2 11 Jun
That's perfectly normal. The code behind a custom form is VBScript, not VBA. There is no editable code behind the form until you add your own code. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 <ymustiregister@gmail.com> wrote in message...
Outlook Form Message Text Disappear
C Reasner
0 / 3 11 Jun
Yes, the Forward action is pointing to my published custom form, which is why I can't figure out why it is acting the way it is. Any other ideas? "Sue Mosher [MVP-Outlook]" wrote: > On the (Actions) page of the form design, is the form for the Forward action set to your published custom form? If not, change it. Otherwise, the form won't behave like a custom form when you forward from...
How do I print Outlook Notes onto Avery 3x10 labels
Quilting Lady
0 / 1 10 Jun
...
VS 2008 closes at build, Outlook 2007 Add-In
KenPalmer
0 / 7 10 Jun
Uninstalling Power Commands corrected the problem. Here are steps to replicate the problem with Power Commands from the system setup indicated at the top of this thread. 1. Install Visual Studio 2008 Power Commands. 2. Open Visual Studio 2008 3. Select File > New Project > Visual C# > Office > 2007 > Outlook 2007 Add-In. 4. Choose the default name and then OK. 5....
2007 Forms Problem
Clift
0 / 1 10 Jun
I have a custom form that has been working fine with outlook 2002-2003, but since upgrading users to 2007, the form's functionality works as always but when it is forwarded, the message text disappears. The person who originally gets the form can see the message, but subsequent forward(s) cause the message text to disappear completely. A work around for this problem seems to be: 1)...
Change existing public contacts
Lp12
0 / 3 10 Jun
Thanks a lot Sue....The microsoft tool did the trick. "Sue Mosher [MVP-Outlook]" wrote: > To change existing items so that they display using a published custom message form, you need to change the value of the MessageClass property on each item so that it points to the published form's class, e.g. IPM.Contact.MyForm. The page at http://www.outlookcode.com/article.aspx?id=39 has links to...
Use Treeview object
Boein
0 / 1 10 Jun
Hi, I want to use a treeview object in my outlook application, but I don't now how to start. How does it work, how do you implement it, are there examples out there I can work with? Thanks Boein...
Out of Office Reply Template
fruitspangle
0 / 3 10 Jun
Hi Sue This is an HR mailbox which receives external applications, what they require is a branded response to all emails received thanking them for their application. The error of my way was trying to create the OOR template in design form mode using elements from the control toolbox, but it is more straight forward than that. I have been able to change my template to HTML and...
All times are in (US) Eastern Daylight Time (GMT -4:00)