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

Threads Replies Last Post
80 Pages: <<  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  >>  
Replying with custom forms
When replying with my custom form, the option "When replying to a message - Include and indent original message" behaves differently. If the form has any vb code such as item_send, the reply gets a copy of the body but not the marking for "-----Original Message----- with From, To, Send and Subject". If there is no vb code in the custom form, the reply is formatted as expected with the mar...
6 9/18/2006 12:33:02 PM
MapiLogon() questiong about user supplied profile and password
Hi everyone: I'm writing a program which try to receive emails from exchange server.The enviroment is Exchange 2003 runing on Windows 2000 server and Outlook 2000 runing on Widows XP.And the client logs on the domain as a domain memeber. I want to use MapiLogon() (or MapiLogonEx() ) with sepecific logfile so I call MapiLog() like the following: (FARPROC&) lpfnMAPILogon = Get...
2 9/18/2006 9:24:01 AM
Outlook Redemption problem: Retrieving the COM class factory for component with CLSID {...} failed due to the following error: 80040154.
Hi, I have a problem with Outlook Redemption, every time I'm trying to create a new RDOAddressBook: Redemption.RDOAddressBook AB = new RDOAddressBook(); I get: "Retrieving the COM class factory for component with CLSID {...GUID...} failed due to the following error: 80040154." I tried to reregister the Redemption DLL but I still get this exception... My OS is win server 2003 sp1 it may be...
2 9/18/2006 8:44:18 AM
Listing 24.1 not included in Download from your web page??
Just downloaded the zip file that contains sample listings from your book. Rread me file in the zip for Chapter 24 says it includes Listing 24.1 but it isn't included. How come? l.vbs file included in the zip is the one for the "Project" example, which works fine. Also looked for ASCII text file of Listing 24.1 to cust/paste to Notepad and re-save as Install.vbs, but couldn't find it...
1 9/17/2006 1:01:01 AM
InfoPathEditor Fails in Outlook 2007 FormRegion
I am using the InfoPathEditor control (InfoPath 2007) in a FormRegion in Outlook 2007 (don't ask, suffice it to say the integrated InfoPath support is not what we need). I must use the ActiveX control as Outlook 2007 does not support managed controls in the forms. I have written an addin which basically mirrors the MS article on adding formregions using an addin. When the formregion i...
5 9/17/2006 12:03:01 AM
New Email form and signed Email
I defined a new outlook 2003 email form and add a new field "classifcation" after the fields "to" and "subject". This new email form works very well but if I sign the email (we use a PKI), the field "classification" is replaced by a field "signed by" and a icon (a little "flag"). Do you know why the new form is not display when I sign a crypt a email ? Regard ? Alfred...
2 9/16/2006 2:24:34 PM
New form doesn't work from a file system - Precision
Precision I defined and published a new outlook email form. When I call this form from Outlook -> File -> New -> Choose a Form -> Library -> ... , the code in the form works. When I call this form from Outlook -> File -> New -> Choose a Form -> Template in file System, the code in the form doesn't work. Any idea ? Regards Alfred ...
5 9/16/2006 11:56:01 AM
Can't get code to put data into current folder
Sue, Am trying to adapt your Listing 24.4 to my needs to make objContact entries into what is selected as Current Folder. Program runs and works but all objContact entries show up in the default Contacts folder rather than the selected current folder. With Watches set during Debut I can see that the Current Folder is getting selected OK, and the code is creating objContacts...just no...
4 9/16/2006 2:54:03 AM
Outlook form with vbscript
I have a form that has check boxes. If I send the form, the blackberry doesn't get any information about the checkboxes that were selected on the form. Therefore, we created a vbscript that put the checked "checkboxes" into the message area. It works great! However, If I insert my signature into the form, or the signature is automatically in the form due to the signatures being turne...
12 9/15/2006 10:36:36 PM
Auto setting importance level on custom form
I have successfully created vbscript which auto sets the importance level on an Outlook custom form message when a particular item is selected in a custom combo box. However, our network security has been upgraded and VB script in outlook forms is being blocked, so my code will not run. Has anyone run into this problem? Can I work around this through a validation formula(ie IIF(cmbo1=...
2 9/15/2006 9:05:08 PM
Allow on Numbers in a Textbox
Has anyone done this? I'm trying to make a textbox called, Year, and it should be the following: - Allow Null Values - Must be 4-digits (numbers), no less or not greater. I tried using this logic: If Len(Item.UserProperties("Year").Value) > 0 And Len(Item.UserProperties("Year").Value) < 4 And IsNumeric(Item.UserProperties("Year") = False Then msgbox("Invalid. Must be 4-digits ...
2 9/15/2006 7:57:02 PM
Copy mail item to one folder and then move it to another folder
Hello, I need to Copy an opened mail item to a folder name EmailCopy and then move this same item to another folder named SavedEmail. I've searched the newsgroup and was able to obtain the code for the "move part" (see code). I just can't figure out how to make a copy of the mail item first. Sub ToFolder() On Error Resume Next Dim objFolder As Outlook.MAPIFolder, objInbox As ...
2 9/15/2006 2:15:29 PM
Importing from a comma-delimited file
Sue, Trying to run the listing 24.5 in your book. What I did is set up the notepad file and custom contract form per Section 24.1.6, published the form to the Contacts folder. Then with the custom form in Design Mode, I opened Visual Basic with Pg. 2 showing in the custom form and pasted your listing 24.5 into the module. Then attempted to Run Sub/User Form to import the comma-delimi...
7 9/15/2006 4:30:02 AM
Remove Encryption from Form
,I accidentally encrypted a form that I created. However, I did not get the effect I wanted. I wanted it to be encrypted when I sent it. Rather than that it is encrypted when I open it, but unless I encrypt it when I send it, it is not encrypted. Is there a way to modify the form to remove the encryption when I open it? And if it's not too complete is there a way to make the form de...
1 9/14/2006 1:39:02 PM
New form doesn't work in hyperlink
I defined and published a new outlook email form. When I call this form from Outlook -> File -> New -> Form ... , it works. When I call this form from Outlook hyperlink (in a new icon for exemple), it doesn't works. Any idea. Regards Alfred...
2 9/14/2006 11:14:27 AM
Edit Read Page
How can i add code to the this page the compose page code works but when i`m sending the mail and read it no code is being run cqan someone help me? I`m sending the test mail on the same exchange server address ...
15 9/14/2006 11:13:38 AM
Outlook 2007 Beta MAPI MsgStore->Advise
Has the AdviseSink object for the MAPI MsgStore->Advise changed or has there been any changes that will cause the function to generate an exception? The MAPI C++ code where the problem occurs has been running for multiple versions of Outlook, version 9 thru 11, but the actual Advise call now generates an exception with the Beta version of Outlook 2007. My guess would be that it's not l...
2 9/13/2006 7:39:02 PM
Customized Task form not saving data
I've created a form based on Task Request.IPM by adding an extra page which includes checkboxes, optionbuttons, and text boxes. The form seems to work fine, but once it is reopened, page 2 (the added page) is there but entries have cleared. I can't get the custom page to print, either. The default page retains data no problem. Our IT people have not been able to devote any time to this. i...
2 9/13/2006 6:51:33 PM
Color in the body
I defined a new outlook 2003 email form. This new form add a line a the top of the body when I send the mail. I would like to change the color and the font of this line (not all the body). Do you know how to do that ? Regards Alfred...
1 9/13/2006 3:42:02 PM
bcc field disable
I defined a new outlook 2003 message form. This new form works very well but, the filed bcc is disable in the new form Do you know why Regard Alfred...
4 9/13/2006 2:22:42 PM
"signed email" and outlook form
I defined a new outlook 2003 form and this form work very well but when I sign or crypt an email (we use PKI), my new form is not use for the "reading view/page" Any idea ? Regard Alfred...
1 9/13/2006 10:10:02 AM
Change the form used by existing items in a folder
I have read through the discussion on custom forms, but do not know where to input the visual basic code and run the macro. any assist would be great....
2 9/12/2006 8:42:17 PM
Active content in preview pane - solved
Ok, finally managed to get this working, you can have as much code etc. in your custom form as you want, but STILL have it display properly in the preview pane. Basically there's a CDO property (0x8002) which controls whether outlook should render the preview pane or not. When sending the message with the custom code, if you set this to zero, when received your mail will render in the prev...
1 9/12/2006 1:44:31 PM
Changing Color of Custom Forms
Is there a way to change the background/formatting color of the custom pages to match the general page? I have tried to make the advanced properties exactly the same on the custom as on the general, but when I publish the form, the custom pages are a different color and scheme than the general page. Is there another property I should be changing? ...
3 9/12/2006 12:45:02 PM
Cancel Close
I want to cancel the form from sending and closing after the Send button is pressed can somone help put ...
5 9/12/2006 11:18:24 AM
80 Pages: <<  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  >>  

Home | Search | Terms | Imprint
Newsgroups Reader