Group:  Microsoft Outlook ยป microsoft.public.outlook.program_forms

Geek News

Threads Replies Last Post
80 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  
Expand distribution list automatically
Right now when you manually enter a distribution list in any of the address box, you have a little + next to it so you can expand it. How would I do that so, upon clicking a button in my form that it will be expanded (recursive) automatically?...
2 12/9/2008 11:03:50 PM
How can I convert .pst format to .vcf format?
Hi: I have a question.How can I convert .pst format to .vcf format? or How can I export Outlook's .pst format to .vcf format? ...
3 12/9/2008 11:02:07 PM
Custom Outlook Form is not visible to reader????
Hi - I have created a custom message form in Outlook 2007. I have published it to a company wide folder, however, when filled out and sent to myself, it does not pull up the form --> only a blank email. When I am in design mode and click 'run this code' it works beautifully, but not when published. Any ideas? Many thanks! Tim ...
4 12/9/2008 10:54:39 PM
Outlook Script Question about using TXT.File
Hi All, I'm use a custom Form , and store some information to .txt file, all is ok I store / save and read these information without any Pb, but from time to time I need to replace a the content of a line and I don't found the command that allow me to replace a line knowing it row to add line I use something like this Set objFile = objFSO.OpenTextFile(myfile,forereading) myNewi...
4 12/9/2008 8:55:47 PM
Adding a UserProperty to an item
I was trying to add a User Property to an item, NOT a folder. Here is what I did: 1) Open the custom form. 2) Click on the "All Fields" page 3) Choose "User defined fields in this item" 4) Click on New, and select the type I want. However, the new user property appeared in the "User defined fields in Inbox" instead of "User defined fields in this item", and that's not what I want. Wh...
2 12/9/2008 8:51:15 PM
Sending Outlook Forms (2003)
I have designed and pasted to edit page and I've even unchecked the Separate Read Page choice (per post on 12/3/2008) but it still sends a blank email when I try to send the form. What am I missing? Please help. Thanks in advance. P.S. - I have also published the form...
4 12/9/2008 5:51:28 PM
Outlook 2007 and formregion
Hi, I want to make a new default form for Contacts. I make a new formregion in outlook with name Test If I use in xml file formRegionType following: adjoining work ok Separate work ok If I use a Replacement then the default page its not overwriten with me default page. This not work Why not work the Replacement? What it wrong in me config? Next question: I can not use in me formregi...
4 12/8/2008 2:06:17 PM
Unable to change part of a custom form
When I click Tools, Forms, Design a Form and then choose an appointment form, I can not change anything on the appointment tab, the scheduling tab, All Fields tab, Properties or Actions tab. I can add information to P.2, P.3, P.4, P.5 and P.6. I am using Outlook 2003 with Business Contact Manager add-on....
3 12/5/2008 11:35:01 PM
Outlook form - Form does not display when i hit SEND
the only part that displays is the top part (from sent, to &subject); i've saved form & attachments it to my personal forms library & published it there. What else can i check? Thanks....
3 12/5/2008 3:05:34 PM
Outlook 2003 IPM.NOTE (Form) Exporting to Access or Excel
I have been searching and trying to find a solution in order to pull that data in this custom form to either access or excel. Can anybody point me to the right direction? I have seen information on how to pull contact forms out, but this is not a contact form (unless I am confused)...
1 12/5/2008 2:53:20 PM
Before Send
How would one prevent sending of an appontment object if all of the required fields haven't been completed? I cant seem to find a before send event to trap on. Thanks....
12 12/5/2008 2:38:44 PM
Mandatory form...Is this possible?
A basic question from a non-expert....I would like to create a form that is mandatory whenever a user attempts to send mail to a specific address. To be more specific...when a user composes an email to our helpdesk email address, I'd like to force them to use a form with required fields so that our helpdesk has the info they need. Any replies are appreciated....
2 12/5/2008 2:35:55 PM
Outlook add-in accessviolationexception setting Body property
I have a VSTO 2005 Outlook 2007 add-in up and running. It uses an Outlook adjoining form region. This very simple code throws an AccessViolationException on the "Hello World" line: private void frEmailAppt_FormRegionShowing(object sender, System.EventArgs e) { if (this.OutlookItem is Outlook.MailItem) { _olMailItem = (Outlook.M...
4 12/3/2008 6:40:13 PM
Control the values in thread of the Read Page
I've customized the mail form as a conference room request, with drop-downs that let users select the room they want, date & times, and setup (Coffee, beer, wine, projector, laptop). They send the form to the receptionist after they fill it out. When the receptionist receives it, she selects, File, Move to Folder and moves it the calendar for the appropriate room. The new calendar ite...
4 12/3/2008 3:05:33 PM
Modifying Outlook contacts form
I have been able to modify the contacts form to apply to new contacts but I would like to be able to modify the form that has been used for existing contacts. Alternatively as a work around what is the easiest way to get data from the existing contacts into my new contacts form? Also how do you edit again a (contacts) form that you have designed yourself?...
2 12/1/2008 6:22:10 PM
Accessing another custom form and the associated custom property
Supposed I have a ItemA created with custom Form1, and ItemB created with Form2. Is it possible for ItemB to access user properties on ItemA? If so, how do I open the ItemA in ItemB? Is there any item identifier that I can use?...
2 12/1/2008 2:41:29 PM
Using the "To" field in a post
Is it possible to use the To field in a PostItem? I drag and drop the "To" property to the form, but how do I access the field? I tried to use Item.Recipients but it didn't work, probably because PostItem does not support that natively....
2 12/1/2008 2:37:10 PM
emailing ofs
This is a multi-part message in MIME format. ------=_NextPart_000_0011_01C950C3.6D068B40 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0012_01C950C3.6D068B40" ------=_NextPart_001_0012_01C950C3.6D068B40 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Would like to know if it is reasonable to email a ofs file. Have t...
2 12/1/2008 2:35:06 PM
Outlook Express 2003 - View as HTML
I'm using outlook express 2003. I need to view my mails programatically using C# 2005. I need to view my mail in HTML format (Just message body is enough) Please Help Me......
2 12/1/2008 1:54:23 PM
Creating custom Message Form. Issue with custom Icon
Hi, I am trying to create a custom message form for Outlook. It should be version independent supporting OL2000 and above. I created a simple custom form with a MessageClass as IPM.Note.MyMessage. There is no script embedded so far with the form which will be a task for the future. I am providing a couple of icons of sizes 32x32 and 16x16 on properties page for large and small icons respec...
1 12/1/2008 11:39:11 AM
Alternative to CreateItemFromTemplate
Application.CreateItemFromTemplate let me create a new item from a OFT file. The problem is, if the form is not published then scripts inside the form will not run. Now, how could I create a form from a publish source (example: personal form library) by using script?...
2 11/30/2008 5:22:59 PM
How to Add email address, change of Subject line on Forward Button
Dear All; Seasons Greetings. I am using OUTLOOK 2003 / Win XP and I want your help. I am sending 5 emails on daily basis and to do that i have to repeat the steps 5 times daily; now i want to automatize my procedure and following are my requirements and i want them to be execute When I press Forward Button. 1. I want to add some routine email addresses in TO and CC box. 2. I want ...
2 11/30/2008 5:20:40 PM
How do I turn the message off?
I get following message every time my program execute. "A program is trying to access e-mail addresses you have stored in Outlook. Do you want to allow this?" How do I turn the message off? Following is the message http://cid-29b22a6e2be1baca.skydrive.live.com/self.aspx/Public/outlook%20message.JPG Following is my source code. private void button_Start_Click(object sender, E...
3 11/27/2008 12:57:01 AM
How do I turn the message off?
I get following message every time my program execute. "A program is trying to access e-mail addresses you have stored in Outlook. Do you want to allow this?" How do I turn the message off? Following is the message http://cid-29b22a6e2be1baca.skydrive.live.com/self.aspx/Public/outlook%20message.JPG Following is my source code. private void button_Start_Click(object sender, E...
1 11/27/2008 12:54:01 AM
Phone number checking in IPM.Contact
Hi everyone, I am new to form programming. The default contact form that comes with Outlook has the feature "Check Phone Number" built inside the "Business", "Home" buttons etc. But when I customize this form, this feature is gone and I don't know how to add it back. Any hints or ideas? My users are using Outlook 2003 and Outlook 2007. Tony...
4 11/26/2008 7:08:40 PM
80 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net