|
Outlook 2003, change class of message
I have a class form named Test, if I put a scripting agent in a public
folder so when a message is posted on this folder it changes to
IPM.NOTE.Test, and I have owner permissions in this public folder, but
this scripting agent doesn't work, it doesn't change the class of the
item created in this public folder.
Any idea? Some about configuration that I must check?
Thanks
...
|
2 |
29.03.2006 19:21:50 |
|
.0ft form
I have 1 user that cannot open forms in our Outlook puplic folders. It shows
the email header but the body is blank. He has Outlook 2003 installed....
|
4 |
29.03.2006 18:10:57 |
|
Designing a form in contacts - noob question
I have created a new contacts form in Outlook. It was created a couple of
years back by me and I created some custom fields.
Now I realize custom fields don't export into Excel. However I noticed the
"User1" field does, so I was wondering if I add this "user1" filed to the
custom form, is there a way I can set it to copy the info from this custom
box called "owner" I created to this "...
|
12 |
29.03.2006 15:44:30 |
|
Using a Checkbox in Outlook Form Designer
I created a form with 4 checkboxes based on the message template. The
checkboxes are in both the "Edit Compose Page" and the "Edit Read Page".
When I use the form and select the boxes it will display the Checkmark. When
the form is sent the checkmarks are lost and do not appear in the checkbox on
the receiving end.
How do I keep from loosing the checkbox value when the message is sen...
|
4 |
29.03.2006 14:47:12 |
|
how to change sender when i create new mail?
I write some code for add email to outlook. But i do't
change "sender",who can help me? thanks!
My Code like this...
_MailItemPtr pNewMail;
pNewMail=m_pItems->Add();
pNewMail->To="someone";
pNewMail->CC="someone";
pNewMail->Subject="subject";
pNewMail->Body="body";
pNewMail->UnRead = FALSE;
pNewMail->Save();
NewMail->Move(m_pFolder);...
|
2 |
29.03.2006 05:02:17 |
|
How do I insert a company logo when designing a form in Outlook?
I am designing a form to be used in Outlook, however, it will not allow me to
copy and paste the company logo into the form. Can this be down and if so
how?...
|
2 |
29.03.2006 04:58:26 |
|
need to remove template in user templates in file system?
created too many templates - these are under
Tools - forms - choose a form - user template in file system
how can i delete the ones i no longer require
please help???
thanx
Chozzie...
|
3 |
28.03.2006 22:12:21 |
|
Delivery Errors
I'm receiving mail delivery errors for emails sent from non existent names @
my domain to non existent recipients. I haven't sent these messages, nor do
they appear in my sent folder. How is mail being sent using my domain name?
(I have a catch-all)...
|
1 |
28.03.2006 05:26:02 |
|
Forms(One-Off) and Reading Pane
I have Outlook 2003 SP2. I am using a form witha one-off reply. Outlook
will only open the form if the Reading Pane is ON. How can I change this, so
that the form will open if the Reading Pane is on or not?
Thanks in advance!...
|
12 |
28.03.2006 00:58:58 |
|
Textbox - Calculate Inititial Value
HI all
I have an outlook form that contains a Contacts button and a text box that
sets the initial value as the contact name.
I have set the textbox value with the field [Contacts]. This perfectly
inserts the contact name chosen. I am also trying to insert the
BusinessTelephoneNumber but it doesnt seem to accept this.
What I have set in the textbox Value so far : [Contacts] &
[Busines...
|
3 |
27.03.2006 23:26:32 |
|
How do I protect fields in a Outlook template
I created a template in Microsoft Word and had the "Document Protection"
enabled... When I copied it into Outlook and saved it as an "Outlook
Template" all the security was dropped ...users can edit eveything ... What
I'm trying to do is block the left side and allow entry to the right side of
my template... Please Advise...
|
5 |
27.03.2006 23:25:20 |
|
Code to set Flag Status to complete on custom form
I have created a custom form which has a couple of voting buttons. When
the form is sent it sets a flag for follow up. I would like to put
some code into the form so when they hit the voting buttons it
automatically sets the flag to complete. I think i have found what i
need - OlFlagStatus and olFlagComplete=1 but as i am not really a coder
and havent done anything like this for a while i a...
|
4 |
27.03.2006 22:59:20 |
|
buttons clearing after email sent
Hi
I'm completly new to forms design so please forgive if this may seem like a
simple quetion. I have my first form I created, and its nothing complex
thats for sure. Just several fields inside some frames, simple text boxes.
In the form, inside the same frame there are 6 "yes/no" buttons that grouped
together in 2's like so...
do you like pizza {} yes {} no
you get the idea. ...
|
6 |
27.03.2006 22:57:10 |
|
Problem with Auto Number
Hi, I look over the discussion groups and I find the answer for my question:
Can we do auto number for a form? But Now I've got and other proble. All
explanation are form contact group, me I want to look on the textbox
NoOfDemand on all of my form task in folder Task on Outlook.
When I press the "Last number" button I want the VBscript to look over all
my task take the last instense on my...
|
12 |
27.03.2006 22:55:02 |
|
How to Disable Message, "....trying to access email addresses..."
Please help me... I am new to this Outlook Form programming. I just
"inherited" this Outlook form which I am trying to enhance. The form works
the way I want it to with the exception of the built-in outlook message which
pops up several times. The message is "A program is trying to access e-mail
addresses you have stored in Outlook. Do you want to allow this?" Is there
an easy way to...
|
6 |
27.03.2006 22:44:58 |
|
Trying to add a field to the contacts card
I have been working on linking my Access database to Outlook contacts which I
have succeeded in doing. I can add files to a linked table in Access and they
will appear in my contacts list. However I cannot delete them because I need
a unique field common to the linked e-mail table and the main database table
in Access.
What I need to do is add a field that will show up on the new contac...
|
10 |
27.03.2006 20:08:10 |
|
Custom Outlook Form
I have created an outlook form with text boxes, labels, check boxes etc...I
copied the exact form from the compose page to the edit read page however
when I send the form only the values from the "Notes" section is displayed to
the recipient? any suggestions?
...
|
5 |
27.03.2006 12:47:25 |
|
A custom icon for my custom MessageClass
I have created a custom message Form and associated a custom icon and a
custom small icon to it.
I'm programmatically creating a message of this class, and I want it to
display the right icon, but I still get the standard enveloppe...
I've read many messages on this group about the subject, it seems to be
an ongoing problem, but I still can't find a definitive working
answer...
The PR_I...
|
1 |
27.03.2006 08:23:38 |
|
Possible to require e-mail be read?
Hello! I have a million dollar question... Well, I don't have a million
dollars but do have a burning question:
Aside from a return receipt, is it possible using Outlook 2003 to "force"
the recipient of an e-mail to read it? For example, I'm in communications
and we often times send very important informational e-mails to our employees
and they simply delete them. Can we use Outlook ...
|
1 |
26.03.2006 22:50:53 |
|
new task
i am trying to create a new form for my users that will make it so that when
they need support on their pc, they can fill out the outlook form, hit
submit, and it will automatically add a new task with the appropriate
priority into my task list, and maybe even notify me that it has been added.
I know how to open a form in design view, but from there, i am lost. is
there anyone who can ...
|
2 |
24.03.2006 20:37:26 |
|
Validation Formulas in Custom Outlook Form
I am trying to create a Validation Formula in a Custom Outlook 2000 form I
have created. All I want to do is to enable a custom message to display if
the field is not filled in. The data entered into this field is text and
numbers. I have tried the formula [fieldname] <> " " and it doesn't work it
just keeps displaying the a field on this form requires a value box and does
not displa...
|
2 |
24.03.2006 17:24:57 |
|
issue with opening form
Hey everyone.
Im designing a form in outlook 2003. i opened and existing form and modifed
it and saved it as an .oft file. Now when some people double click the
file, it opens the form up ready to go. Other people open the file and it
opens up a blank email with the TO: portion filled in.
Any ideas why it works for some people and not the others?
Thanksssss...
|
2 |
24.03.2006 13:29:50 |
|
Using Attachments in Outlook Forms
I've designed a form in Outlook for our Tech Support personnel to use to
communicate customer problems in the field. I would like them to be able to
add attachments such as log files to the email they send via this form
however I can not figure out how to do this. Any suggestions would be
welcomed....
|
5 |
24.03.2006 11:08:01 |
|
Outlook form with VBScript saved as an OFT?
HI All
I have an outlook form that contains vbscript. I noticed that when you save
the form as an OFT, it doesnt carry the vbscript code along with it.
Is there a way I can do this?
I am creating a hyperlink shortcut to users toolbar that will call this
form. I just found this the easiest way to add it to the toolbar for a
large form.
Many thanks.
...
|
2 |
24.03.2006 05:51:06 |
|
Requesting a Digital Signature on a form
Hello, I'm using Outlook 2000 and I'm trying to mimick a route sheet in
electronic format. The thought occurred to me to have the form request each
reviewer to digitally sign where they would have in the past physically
signed. I used the signed by function but didn't get the desired affect.
Any one have suggestions?
Regards
ClarkJN...
|
1 |
23.03.2006 22:42:01 |