|
Using Forms as Default
I created a form. I saved the form as a template. How can I set up my form
where the default setting of a new message uses the form I created? I
designed the form first, ran the form, and saved it as a template. I then
had to go back to tools forms, choose form, and I chose the form I created.
But I'm wondering if I can set this form as a default for all of my messages.
Thank you. ...
|
1 |
12/31/2008 8:00:02 PM |
|
Multiple versions of outlook
I have an application which uses Microsoft Outlook 11.0 library. Will this
application work on Outlook 2002 and 2007?...
|
1 |
12/31/2008 7:49:01 PM |
|
Display custom form in Preview Pane? Alternatives?
I am looking for a way to provide custom Outlook Form functionality (a custom
form with data populated from a database which can be modified and saved
again) in a custom Meeting Request. This has all been implemented and tested
except that when other users receive the Meeting Request, they cannot view it
in the Preview Pane.
What are the alternatives? Is there a way to use a COM Add-In ...
|
3 |
12/31/2008 5:40:01 PM |
|
Disable Reply and Forward actions in custom form
Having issues creating a custom form for posting in a public folder that we
want to track discussions.
Created a custom form to disable the Reply and Forward actions. Once the
form is published to the Exchange server for use on the Public Folder, people
that attempt to respond to one of the topics ends up getting a general folder
error. (i.e. no access, over size limit, etc.)
All use...
|
2 |
12/31/2008 5:07:39 PM |
|
Unable to create HTML mail message(Unicode) using MAPI in Outlook
have this chunk of code that creates an email body in outlook . If it is
regular text, it uses the PR_BODY_W property; if it is html format, then it
uses 0x1013001F(PR_BODY_HTML_W).
if (fishtml)
{
SPropValue vals;
SPropProblemArray *lpprob;
memset(&vals, 0, sizeof(SPropValue));
//vals.ulPropTag = PR_STORE_SUPPORT_MASK;
vals.ulPropTag = PR_MSG_STATUS;
vals.Value.l...
|
1 |
12/30/2008 9:52:42 PM |
|
Send Email using Outlook
Hi,
I have a requirement to send a mail. I am developing a Windows Application
in .NET v1.1.
Could anyone please let me know the process to send.
As we don’t have the option to use the SMTP server and need to share our MS
Office Outlook for this.
Thanks & Regards,
Raghuram Raichooti ...
|
4 |
12/30/2008 2:02:02 PM |
|
OL2007: TablePtr->ColumnsPtr->Add() triggering Outlook Security Pr
On some systems (not all, and I am not sure yet what makes them different)
every time I add a column to the columns collection, it triggers the Outlook
Security Prompt.
Here is the code I am using...nothing fancy:
----------------------------------------------
pColumns = pTable->GetColumns();
pColumns->RemoveAll();
pColumns->Add(L"EntryID");
pColumns->Add(L"http://schemas.m...
|
6 |
12/29/2008 9:25:01 PM |
|
Publishing forms
I am new to forms, just discovered it today. I created a new custom form,
and figured out how to make it my default for contacts. I need to know what
steps to take in order to be able to export the file as a Vcard and send it
to someone else (they're on a Mac) with the design form that I created. ...
|
4 |
12/29/2008 2:08:08 PM |
|
Message form customization
How to make customized Message form as default? I have publish the customized
form as XYZ name now how I can I make it default? There is no way I could see
the properties of Message form so that I can point IPM.Post to XYZ.
Thanks,
PAresh...
|
2 |
12/24/2008 2:23:15 PM |
|
Add the macro in new mail form
Hi,
I want to write macro on Send_Item() event. I have two below questions.
Could any one please help me out.
1. How to make new mail form default?
2. If certain condition not satiesfied then mail should not send and new
mail window should stay as it is. How could I canceled the sending mail?
Thanks,
Paresh...
|
2 |
12/24/2008 2:22:54 PM |
|
protect custom form script in outlokk 2007
hello
I've customized message form for Outlook 2007 & need to publish it in
organizational form library.I want to protect the form script.In
Outlook 2003 there was password protection but in Outlook 2007 it is
not. Is it possible to protect my custom message form script in
outlook 2007?
Thanks...
|
3 |
12/24/2008 8:36:40 AM |
|
Script debugger in Outlook 2007 and Vista
Hallo.
In the book "Programming Outlook" from Sue i read that Script debugger
functionality is only available in one of the two further combinations:
1) You use Outlook 2007 in Windows Xp and you have installed the Microsoft
Script Editor using the add components feature of Outlook 2007
2) You use Outlook 2007 and Windows Vista and you have installed at least
the standard version of Visua...
|
3 |
12/23/2008 8:12:00 PM |
|
IE popup in Outlook 12.0
We have created an outlook addin, in which clicking a button an IE window is
popped up. We use the InternetExplorer.Navigate2() method to popup the new
window which is present in the Interop.SHDocVw dll. The window opens "always
on top" with Outlook 2003 and IE6 or 7 provided the Microsoft Outlook 11.0
object library (9.2) .
We are in the process of migration to Outlook 2007 and we incl...
|
6 |
12/22/2008 7:09:29 PM |
|
Contact form custom action
Hi all.
I added a custom action in the actions page of the standard IPM.Contact
form. For this custom action i checked the option to show it on the context
menu and on the bar menu. I viewed through VBScript the type property of its
relative control on the context menu and it says it is a commandbutton type.
My aim is to add a submenu to my custom action control but since that is a
comm...
|
3 |
12/22/2008 2:10:57 PM |
|
questions about windows relationship and always on top.
Hi,
I created a preference window for my outlook add-in with windows forms. I
have 2 questions.
1. should the preference window be the child window of outlook main window?
if Yes how to make it move outside the outlook window? If I set the parent
window as outlook window, then my window cannot move outside and my window is
kind of flicking and got overlapped by outlook windows (just ...
|
6 |
12/18/2008 8:36:30 PM |
|
Unexpected email message
Hi:
I have created a custom form that works great. The only thing I am
questioning, is why an automatic email comes back after hitting the SEND
button from:
IS 03Competition concours
and saying in the text part:
Thank you. Your message has been received. / Merci. Votre message a été reçu.
This is not something I coded. Thanks.
Wanda...
|
4 |
12/18/2008 6:32:21 PM |
|
Retrieve recipients smtp address using Redemption + Outlook 2003
Hello I want to receive recipients (address from TO,CC)from the incoming mail
using Redemption for Outlook 2003. I am able to get recipients pointer from
SafeMailItem. When i try to itrate trough recipients to get address of the
recipient it always give me null. But when i use Outlook::Recipient i get
recipients email addresss but for exchange users email address is in the x400
format an...
|
3 |
12/18/2008 5:26:00 PM |
|
extra metadata fields for emails
I'm trying to find a way to add some extra metadata fields to my email
messages so I can display the extra field code in my Inbox and Sent .e.g. I
want to be able to enter say my project file number to every email in a field
which I can search and sort.
Similarly I need to be able to easily add the project number to an email
that i receive if its not already included - if I send an emai...
|
1 |
12/18/2008 11:08:02 AM |
|
exporting p2 tab from custom task form to excel
Hi we are trying to send a task form to seperate resources then collate the
results and export them into excel. Ideally we would like this to be a
automated process.
The problem is when the task is exported into excel it only contains the 1st
task tabs data and the data we require is on the p2 tab.
Any guidance much appreciated we are using outlook 2002
Thanks...
|
2 |
12/16/2008 2:13:51 PM |
|
The control could not be created because it is not properly licens
My environment is
Visual Studio 6
Microsoft Outlook 2003
In my vba Code I reference msadodc.ocx for interaction with SQL Server
the code works on my computer only due to VS6 being installed, however if
I install the code on any other computer I get the "Subject' Error.
Can I compile the VBA Code from the VBA environment to an installation
package?...
|
2 |
12/16/2008 7:51:15 AM |
|
Problems with custom forms..
I have a custom form (published in the Inbox folder) and I have used some
VBScript code to change all the Inbox mails MessageClass (to
"IPM.Note.myForm"). It works, and all of them open using my custom folder,
BUT:
- I have set the icons (big and small) of my custom form, but it does not
change although you open it...
- More important, if I set the MessageClass back to "IPM.Note" for ...
|
2 |
12/12/2008 7:43:48 PM |
|
BCM account form won't load
When I attempt to view or originate a business account, I receive an error
message that macros are inhibited, talk to administrator, followed with a
message that the form didn't load. My OL and BCM are on a single,
unconnected laptop. This began happening about a month ago, after a security
update. It's the same with 2003 and 2007 versions. Accounts arrive from
Accounting 2008, but I...
|
2 |
12/12/2008 2:13:55 PM |
|
Message body (all my custom form labels/data) disappears when repl
Ok, this is similiar to a previous post of mine but the scope of my
question/dilemna is more focused now..here's the problem...
Does anyone know why this is the case?
I have tried everything I can think of. Oddly, when viewing in "Print
Preview" mode, all the labels and text are there but in plain text format but
the appearence of the form is gone. I would like to be able to send a
c...
|
7 |
12/11/2008 1:49:01 PM |
|
How do I set a custom text or checkbox to preview in the reading p
Outlook 2003: When the reading pane is visible, header items such as
subject, from, to, are displayed. In a customised form for telephone
messages (based on message type form), how do I set a custom textbox and
checkbox to display in the preview area either in the header or between the
header and the message text area?
The checkboxes are for TELEPHONED RETURNED YOUR CALL PLEASE CAL...
|
1 |
12/11/2008 2:51:01 AM |
|
In Outlook: erase file name that has no file with it.
There's a fragment of personal folder with name and no contents that I can't
get rid of. Outlook repeatedly intrudes with message that it can't find file
o05D_Tasks.pst. Nor can I, of course, so I can't delete it. How do I get rid
of this?...
|
1 |
12/10/2008 8:28:02 PM |