|
Accessing User's outlook properties
Hi,
I want to access user's outlook properties i.e. Manager field in
Organization tab. I have a text box which has to contain manager name on form
load.
Thanks in advance...
|
2 |
11/17/2008 3:00:18 PM |
|
Adding sub-menus in Outlook toolbar button?
Hello All,
How do I add submenus to a toolbar button? I saw some toolbar buttons like
Send/Receive,Outlook Spy-Misc button etc are adding submenus for a tool bar
button.
Is there any mechanism for doing so?
Thanks in Advance...
|
6 |
11/17/2008 2:56:39 PM |
|
Adding selection options for a combo box in Outlook
Hi all,
Wow, there is a lot to learn about forms in Outlook. Here's my
problem...which actually started both in Word and Outlook.
I created a Word doc that had a few text form fields and 1 drop-down box
field. Then I selected the "Email button" which allowed me to send the form
to the appropriate party/parties with all the fields that I have pre-filled
in.
After I sent it, all te...
|
4 |
11/17/2008 2:35:58 PM |
|
Publish form to users' Personal Forms Library via script or GPO?
I've got a client who will be migrating from internally hosted Exchange 2000
(yes, you read that correctly) to externally hosted Exchange 2007 with
OL2007 clients. They are also looking to use Sharepoint (WSS 3.0) for their
shared contacts & calendar, which are currently in E2000 public folders -
the hosting company isn't providing PFs.
Normally this would be no big deal, but they've go...
|
4 |
11/17/2008 2:30:11 PM |
|
Creating Forms in Outlook
Hi - I am not a programmer but have an idea how to create boxes, dropdown
lists etc on a form. I would like to create a form based on an email message
as an enquiry form to send to my customers. I am trying this and then
publishing and saving into Standard Forms library but when I send to my
colleague all they see is the acutal standard message template???
Can you help me please
Man...
|
6 |
11/16/2008 9:38:56 PM |
|
Text Format Lost [Redemption]
Hi all,
I use personal Task Form, in this form I use RTFeditor to set some Text of
my task body (Bold / italic / colored etc...)
1 all is ok, but if I use item.body
eg: Body = Body & Date() & vbcrlf
all my text in body task became std black arial (no bold no color)
2 I generate an eMail from my task containing the task body here again I
lose all my formated text
can some o...
|
2 |
11/14/2008 10:34:01 PM |
|
Unable to delete current form's mail from Sent folder
Hi,
I am using Outlook 2003 and have designed and coded an Outlook custom form.
When a requestor submits the form, the copy in sent folders should be
deleted permanently. I am able to delete based on the Subject line except the
latest/current form which was submitted. So there is always one copy of the
form in Requestor's sent items. Please help me delete even the current form
from S...
|
4 |
11/14/2008 4:40:18 PM |
|
Using Microsoft Mail Internet Headers to group messages
Hi there,
I'm working on an application that automatically generates emails and sends
them to specified outlook accounts using WebDav. I need to figure a way of
grouping some of these automatically generated emails in the outlook client
based on criteria that I specify.
Essentially I'm trying to develop a correlation between a few emails so that
I can use the outlook "arrange by" v...
|
4 |
11/13/2008 8:50:36 PM |
|
ADO code with combox box gives errors
I am trying to populate a combo box with records from an Access data table.
I think this is possible using ADO, so I wrote the routine to populate the
combo when the form is opened. Every time I open the form, I get an error
saying "Expected end of statement line3". Line 3 is: "Dim Conn1 As New
adodb.Connection". It is really the first line of code in the Open_Item
function. If I ca...
|
3 |
11/13/2008 7:28:25 PM |
|
After requestor submits the form; Sent item of Requestor has got t
Hi,
Am using Outlook 2003 and have desgined and coded an Outlook Custom Form.
I have a Requestor (Request) form and an Approver (Response) form. When a
requestor submits the form, in sent items of the requestor's outlook am able
to find the approver's form (Response). He is able to approve his own form
too which is a serious flaw. I would appreciate if someone could help me on
this.
...
|
2 |
11/13/2008 2:55:50 PM |
|
i cant release my message before i dot have browese for previewer
hi my name karma
i have message in the outlooks i cat release it because i dont have browese
for pi reviewers on line
i only want help in this area...
|
1 |
11/12/2008 8:33:00 PM |
|
cannot add custom controls to control toolbox
I'm trying to add custom controls to the control toolbox but nothing happens.
I right click on the blank space at the bottom of the control toolbox, go
down to custom controls and (left) select it, but nothing happens. no other
boxes open, no error messages, etc.
anybody ever seen this before or know how to fix it? ...
|
6 |
11/12/2008 6:50:17 PM |
|
Best Practice Clarification: Custom Forms & the Default Mail messa
Hello, we are looking for some guidance about possibly using a custom form
for the default new mail message in Outlook. We would like to add a custom
field so folks can enter a project number underneath the subject line and
search for it later - based on these posts & information found this seems
easy enough to do. We are using Exchange 2007 with Outlook 2007 and when
someone clicks 'n...
|
2 |
11/11/2008 2:16:43 PM |
|
I want to create a new form
Is it possible to create a new form in Outlook 2007 without basing it on a
current form?
...
|
2 |
11/11/2008 2:10:00 PM |
|
Where is the Outlook Body Control?
Or do I recently picked up Programming Applications for Microsoft Outlook
2007 to help with an add-in I am creating using VSTO 3 & VS2008 in C#. Oneof
my goals is to use a custom form region to replace the reading pane for my
message class with a customized layout. I am able to create it just fine,
but I'm running into an issue when displaying the message body. On page 438
of the book...
|
4 |
11/11/2008 2:08:17 PM |
|
Outlook Script Sending Mail using another account ?
Hi all,
I use personal Task Item, I added à Button to this task, this button create
and send an email, but I uses the identity of the curent user, want to send
the mail as the Task Owner (email saved in a field) or distribution list
mail (support@Companie.com)
is there a way to do that ?
tks
...
|
5 |
11/10/2008 6:34:22 PM |
|
Drop-down list loses its value (Outlook 2003)
A drop-down box is assigned a list of values from an array:
Dim myArray(3, 1)
Set formPage = Item.GetInspector.ModifiedFormPages
Set ctrl = formPage("myForm").Controls("myControl")
myArray(0,0) = "Fred"
myArray(0,1) = 1
myArray(1,0) = "Jim"
myArray(1,1) = 2
myArray(2,0) = "Arnold"
myArray(2,1) = 3
ctrl.list = myArray
The control's list property is then set to the array. The control'...
|
6 |
11/10/2008 3:42:35 PM |
|
Add form to personal forms library
I have a form that I want to use on a new PC that has been created on another
PC. I do not know how to put the form in my Personal Forms Library on the new
PC.
Thanks you in advance for your suggestions.
Mark...
|
2 |
11/10/2008 2:15:34 PM |
|
webBrowser control, how to detect user is not connected to interne
Hi,
I have a from which has a System.Windows.Forms.WebBrowser control in there.
my question is How can I tell the user is not connected to internet?
Currently I am trying to get the webBrowser.DocumentText or
WebBrowser.DocumentTitle and try to see if the content of the DocumentText
has some error message in there during DocumentCompleted event. but this is
kind of stupid and what if...
|
2 |
11/7/2008 3:17:14 PM |
|
Add Item to Context Menu
Hi
i need to addd an item to the existinfg Context Menu (right click on
outloook mail)
the item should be "Status" and its sub-items are "Approve" & "Reject"
Upon selecting "Approve", i should be able to update a field in my databse
to 1 (and 0 for "Reject")
any help....?
i'm using Outlook 2007, VS 2005.
Thanks & Regards,
Muppidi....
|
6 |
11/7/2008 3:15:04 PM |
|
How to programaticaly use Bold or Colored Text in Task Body
Hi all,
I made a custom form "Task" and each time some one open the task I add at
the en of the Task body the time and the name of the curent user
I wanted to hihg light the Tag by making the the text Bold and colored
(one different color for each user)
Here is a part of my code
Function Item_Open()
Set FormPage = Item.GetInspector.ModifiedFormPages("MyForm")
CurUsr = appl...
|
13 |
11/7/2008 2:08:47 PM |
|
Sending and Receiving reported error (0x80040610)z
Task 'Microsoft Exchange Server - Sending and Receiving' reported error
(0x80040610) : 'The message being sent exceeds the message size established
for this user.'
...
|
1 |
11/5/2008 7:38:01 PM |
|
Qn from from someone new to Outlook Forms
Hi there
I think this is a Forms type query. I'd be really grateful if someone could
explain to me in basic language(!!) how to do the following:
I want to add another "Subject:" header to new emails in my Outlook 2007, to
sit below the current "Subject:" header. Ideally slightly indented so it
looks like a sub-header of the main subject.....
Any help would be gratefully received.
Thank...
|
2 |
11/5/2008 2:56:45 PM |
|
add item to context menu
Hi
i need to addd an item to the existinfg Context Menu (right click on
outloook mail)
the item should be "Status" and its sub-items are "Approve" & "Reject"
Upon selecting "Approve", i should be able to update a field in my databse
to 1 (and 0 for "Reject")
any help....?
Thanks & Regards,
Muppidi....
|
1 |
11/5/2008 12:30:07 PM |
|
add item to context menu
Hi
i need to addd an item to the existinfg Context Menu (right click on
outloook mail)
the item should be "Status" and its sub-items are "Approve" & "Reject"
Upon selecting "Approve", i should be able to update a field in my databse
to 1 (and 0 for "Reject")
any help....?
Thanks & Regards,
Muppidi....
|
1 |
11/5/2008 12:18:01 PM |