| Thread | Last Author | Messages read/total | Date |
|---|
| add item to context menu |
Muppidi |
1 / 1 |
05 Nov |
| 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.... |
| add new item in context menu |
Muppidi |
1 / 1 |
05 Nov |
| 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.... |
| Add Item in Context Menu |
Muppidi |
1 / 1 |
05 Nov |
| Hi
i need to add a new item to the existing items in the context menu (right
clikc on the mail item in outlook inbox).
Status - Approve (subtype)
- Reject (subtype)
upon selecting the Status and its subitem Approve i need to be able to
update a field in my database to 1 (and for Reject its 0)
How can i acheive this?
know that its possible and simple (may be)... |
| Pb with Special character <> |
Ken Slovak - [MVP - O... |
4 / 4 |
03 Nov |
| If you're going to paste HTML into an Outlook item body it must be valid
HTML. You will need to do string processing on what's being pasted in before
you paste the string.
The "<" and ">" characters aren't the only ones that are going to be
problems for you and that must be escaped. You also will need to look out
for the quote character and the "&" character. Do a search on "escape... |
| Searching in customized views of outlook forms in public folde |
Neil |
6 / 6 |
02 Nov |
| if you use vista - the vista search bar (under the start bar) will search the
custom fields in outlook 2007 : )
just discovered this gem !
Neil
"crsanders" wrote:
> Sue - I have the same desire. What happens is our senior management wants to
> be able to do a quick search that includes searching custom fields. That
> would be ideal since it requires so few "clicks" for... |
| Is it possible to catch javascript event in webBrowser? |
Ken Slovak - [MVP - O... |
4 / 4 |
01 Nov |
| Always strong name, yes. Develop on the oldest version of Outlook you intend
to support, for Outlook 2003 and 2007 you'd reference and develop with
Outlook 2003.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"BatKing"... |
| how to change contact dates in the calendar |
Marburg |
1 / 1 |
31 Oct |
| How do I change birthdates and add dates in my calendar
Marburg... |
| Identifying folder type |
Ken Slovak - [MVP - O... |
4 / 4 |
31 Oct |
| Use the DefaultItemType property of the MAPIFolder object. Look in the
Outlook VBA project's Object Browser Help for information on what each
folder's DefaultItemType would be. You'll get back a member of the
olItemType enum.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment... |
| How to Format Text in customized Outlook Task form |
bbnimda |
1 / 1 |
31 Oct |
| Hi all,
I'm under outlook 2k3 and SBS 2k3
I customized an outlook Task "inpublic Folder" each time a task is opened by
a user, a Tag with (User Name + date) is added automatically to the task
body, and I want to make this task colored and Bold, can some one tell me if
it's possible and how to do it, after many search I still haven't found
nothing
Thanks a lot... |
| Outlook Appointment |
Ken Slovak - [MVP - O... |
7 / 7 |
31 Oct |
| Accepting an appointment does not lock it. I can accept appointments all day
long and not exit and restart Outlook and I can still modify the
appointments. Something is locking those items. What I have no idea. See
what other software is running that's integrating Outlook, maybe some
calendar synch type of thing.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author:... |
| IMessage->SaveMessage does not reflect Message Properties imme |
Ken Slovak - [MVP - O... |
5 / 5 |
30 Oct |
| As I mentioned before, managed code is not supported for Extended MAPI.
For MAPI questions you really are best off posting in
microsoft.public.win32.programmer.messaging. That's where the Extended MAPI
experts answer questions.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment... |
| Custom New message template |
Ken Slovak - [MVP - O... |
5 / 5 |
30 Oct |
| This forum is good for forms programming questions, but if you're just
starting out you might want to do some reviewing of the forms information at
www.outlookcode.com, which has tons of information on that subject.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.... |
| How can I programmatically customize outlook in c# |
Ken Slovak - [MVP - O... |
2 / 2 |
29 Oct |
| There are limits to how much you can customize the user interface, some
things just aren't exposed to you and some things can't be removed. For the
ribbon you can use the <startFromScratch> XML tag and then create your own
ribbon from scratch, for CommandBars you can hide the built-in ones. But
there are limits as I said.
You need to go to the Office developer Web site at MS and... |
| Alternative to item.close |
Ken Slovak - [MVP - O... |
4 / 4 |
29 Oct |
| Your code is executing inside a custom button Click event handler, so it
should be OK. If the code worked before I'd be checking to see what changed,
I don't have that problem here in any of my Outlook 2007 setups if I call
Item.Close in form code.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended... |
| XLsheet Button Control to Lauch form the Public Drive |
IT Girl |
3 / 3 |
29 Oct |
| It worked... Thanks so much!
Nicole
"Ken Slovak - [MVP - Outlook]" wrote:
> Just provide the path to that public drive instead of just "GroupINFO.xls".
> How you address that path depends on whether the drive is a mapped network
> drive or not. That's the easiest way. If the drive is mapped as Z: then you
> can use "Z:\GroupINFO.xls" assuming that the worksheet is at the root of... |
| Ensuring e.164 compliance in Telephone Number fields |
Ken Slovak - [MVP - O... |
2 / 2 |
29 Oct |
| You'd have to hack into the Outlook code to do that. All of that sort of
thing is hard coded into Outlook. If you can provide intermediate code
between Outlook and whatever telephony app is being used you can use your
own code to make the numbers compliant, otherwise you'd need to wait for MS
to change Outlook to make it compliant, if MS ever does that.
--
Ken Slovak
[MVP -... |
| Check boxes in spreadsheet not lined-up when sent in email |
Ken Slovak - [MVP - O... |
2 / 2 |
29 Oct |
| If this is HTML email are you using a non-proportional font?
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"bmnjna2019" <bmnjna2019@discussions.microsoft.com> wrote in message... |
| is it possible to create a dynamic rule in outlook? |
Tamas Simon |
9 / 9 |
29 Oct |
| Hello Sue!
I have the same problem as Colin.
I would like to solve the issue with a macro, which:
1. checks the subject of the actual email (done)
2. creates a folder for that number (done)
3. creates a rule to send items to that folder
I searched through the web, and could not find any solution for the 3.
point. Is it possible to create a rule from a macro?
I have Outlook 2003.... |
| Can't Change Icon on a Form |
Mo |
1 / 1 |
24 Oct |
| I copied the contact form and just made 1 change on the form so that the home
address is the default address and not the business address. I went into
properties to change the icon so it looks just like the regular "contact"
icon but there is no change big icon or small icon and I hate that push-pin
icon on my form (which just lets me know that its a changed form). Can
anyone tell... |
| Selecting a particluar tab page of folder properties dialog |
Ken Slovak - [MVP - O... |
2 / 2 |
24 Oct |
| Not possible.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"WLAN" <WLAN@discussions.microsoft.com> wrote in message
news:57A2CB64-A7A1-4D68-83B6-B0A03585D7AA@microsoft.com...
> Hi,
>
> Is there anyway to select a... |
| Reply |
Kalin Zambov |
10 / 10 |
23 Oct |
| I was actually able to find what was causing the problems. A lot of other postings mentioned that PowerCommands can cause such issue due to interference with the Common Language RunTime. I don't have PowerCommands installed, but I had another add-in called DXCore for Visual Studio.NET. This was the application that was causing VS 2008 to crash at build. This add-in consists of 2 applications -... |
| drop down box |
pattis |
1 / 1 |
22 Oct |
| I'm creating a message form and have a dropdown box with "YES" OR "NO". If
the user selects "YES" then I would like to automatically send this form to a
specific user and autofill the TO: field. How can I acommplish this?... |
| Inline window? |
Ken Slovak - [MVP - O... |
6 / 6 |
22 Oct |
| I think you answered your own question, why not use a Windows Form for your
panel?
You can prevent it from showing in the task bar and you can set it to have
no form borders, which would get rid of the title bar. FindForm() would also
then work.
For #2, assuming you switch to a form, why not just handle the form events
for the mouse and/or keyboard? Just set KeyPreview to true.... |
| Populate IPM.Appointment form in public folder from IPM.Note possi |
Ken Slovak - [MVP - O... |
4 / 4 |
21 Oct |
| Nothing specific, just all the forms related pages. They cover just about
everything you need to know about Outlook forms coding and design.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"Repent34" <Repent34@hotmail.com> wrote... |
| which event for readping pane fully instantiated. |
Ken Slovak - [MVP - O... |
9 / 9 |
21 Oct |
| You'd still need the timer to fire when you were out of Activate(), don't
forget you set up the timer there so you allow time for the event handler to
finish and then the timer fires. If your code finds that the reading pane
isn't initialized yet you just grab that timer instance and enable it again.
I haven't used the SynchronizingObject property so I'm not familiar with it.
You... |
| RequiredAttendees Property Changed Event |
Ken Slovak - [MVP - O... |
2 / 2 |
21 Oct |
| Many Outlook UI properties, such as FirstName for example, end up firing
PropertyChange more than once because they actually change more than one
property. Changing FirstName would also change FullName and other properties
that depend on FirstName. The same is occurring with your code.
You can evaluate the Name property to see what's being changed. Then you can
set a flag to indicate... |
| reading user defined fields using exchange web services |
Ken Slovak - [MVP - O... |
2 / 2 |
21 Oct |
| You'll probably receive a faster and better answer in an Exchange
programming group rather than an Outlook programming group. Try posting this
in microsoft.public.exchange.development.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.... |
| HTMLData property for XLSpreadsheet in contracts form |
IT Girl |
9 / 9 |
21 Oct |
| I have made the corrections you noted. But I am still getiing the the same
script error when I open the contact and then when I update the information,
save and close I get another error of - Object required: 'XLSheet' Line No.
11. Did I miss something Sue?
Here's the code again.
Dim XLSheet
Function Item_Open()
Set oPage = Item.GetInspector.ModifiedFormPages("Tab2")... |
| Politics |
Amy |
1 / 1 |
20 Oct |
| splatters archetypal variance regreet copybroke pythons canonical apls dongl... |
| How to convert a RFC822 (.eml) file to Outlook format (.msg) |
Dmitry Streblechenko |
2 / 2 |
17 Oct |
| C++ or Delphi: use IConverterSession (Outlook 2002 or higher must be
installed)
<plug>
.Net/VB/any other language: you can use Redemption:
set Session = CreateObject("Redemption.RDOSession")
set Msg = Session.CreateMessageFromMsgFile("c:\temp\new.msg")
Msg.Import "c:\temp\mime.eml", 1024
Msg.Save
</plug>
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/... |
| Create custom form in Outlook 2007 |
sam silva |
12 / 12 |
17 Oct |
| Hi I am having a similar requirement to show different icon for some
mails and appointments. Were you able to solve the problem If so could
you please share that solution with me.
Thanks
Sam
*** Sent via Developersdex http://www.developersdex.com ***... |
| Before Send |
Ken Slovak - [MVP - O... |
10 / 10 |
17 Oct |
| What you're missing is what you're going to run into with methods/events
that overload the same keyword in all managed code. In this case
AppointmentItem doesn't directly expose the Send event since it uses the
same keyword as the Send method.
There are a couple of ways to do what you need to do:
1. Declare at class level an ItemEvents_Event object, say _apptEvents:
private... |
| HTML in Appointment Body |
Sue Mosher [MVP-Outlook] |
4 / 4 |
16 Oct |
| Yes, because Word is always the editor in Outlook 2007 appointments, you can
use Inspector.WordEditor to return a Word.Document object and then do
whatever you want with that content (and that includes leveraging whatever
you learn from recording Word macros).
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators... |
| How to make a contact follow-up in Outlook 2007 |
Miguel Moreno |
7 / 7 |
16 Oct |
| "Ken Slovak - [MVP - Outlook]" wrote:
> Not Dmitry, and you'd probably receive a better answer in a group that
> specializes in BCM, but BCM contacts are stored in a PST file for each user
> and are synched up/down with an MSDE database. So another user could only
> see any condition such as a follow-up flag on an item if BCM supports that
> field in its database, the contact was... |
| Hot to get propetyInfo of Microsoft.Office.Interop.Outlook.MailIte |
Ken Slovak - [MVP - O... |
2 / 2 |
16 Oct |
| That won't work with Outlook item properties at all, even if you use the
overload and specify binding flags.
What you should do is create a dummy mail item, get its ItemProperties
collection, and iterate that.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.... |
| Custom Forms and OWA |
Sue Mosher [MVP-Outlook] |
4 / 4 |
15 Oct |
| No, forms published to the Organizational Forms library are available only to
users who connect with an Exchange account. Those who connect with POP3/SMTP
would need to publish those forms to their Personal Folders library.
Furthermore, if your Exchange server is stripping TNEF content, the data
contained in custom fields may not be available to POP3 users. Test
thoroughly (and, if... |
| How to Store Objects in UserProperties |
Sue Mosher [MVP-Outlook] |
3 / 3 |
15 Oct |
| In a string, a bit of XML might work nicely, as long as it's not too much
data. There's a 32kb limit on data stored in an item, excluding item body and
attachments.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Ken Slovak - [MVP - Outlook]" wrote:... |
| outlook from checkbox populating "to" field or recipient |
archon |
1 / 1 |
15 Oct |
| Hi,
I have an outlook form with 5 checkbox and would like the checkbox to
populates the "to" field. Ex. If I check chk1 chk4 and chk5 then I
would have recipient1, recipient4 and recipient5 in the "to" field.
Any idea how I could accomplish that? I would also like to maybe
assosiate a Cc or two with each checkbox. Box would have to remain
checked for the reader.
Thanks... |
| Outlook Contact Form - Field E-mail |
Sue Mosher [MVP-Outlook] |
4 / 4 |
15 Oct |
| If you don't see E-mail Selected as the name of the field to which the
control is bound, what do you see as the name of the bound field?
In any case, the way to change the field bound to a control is to click the
Choose Field button on the Value tab. Then look under All Contact Fields.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for... |
| Outlook Contact form - Address field button - |
Wouter WES |
2 / 2 |
15 Oct |
| Perhaps my question isn't clear enough. When the user clicks, in the Contact
form, on the address field botton, then Automatically the Country/Region
appears with the country “United Kingdom”. How can I change this so that
automatically the country “France” appears?
Thank you.
"Wouter WES" wrote:
> When she will click on the “Address field button” a Check Address... |
| Your Books |
Sue Mosher [MVP-Outlook] |
2 / 2 |
15 Oct |
| My latest book includes all the basics you need to know to work with custom
forms in Outlook 2007.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Gary Newport" wrote:
> Hi again Sue.
>
> I am now looking at buying your books. We are about to... |
| How to make a field with a "date dropdown field" |
Sue Mosher [MVP-Outlook] |
4 / 4 |
15 Oct |
| If you'll reread my earlier post, you'll see that Microsoft *has* made an
Outlook-aware date picker together. It's for form regions, which is the
Inspector customization approach that Microsoft is emphasizing going forward.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.... |
| Guidance |
Sue Mosher [MVP-Outlook] |
5 / 5 |
14 Oct |
| Microsoft's web site has tons of information. on both ClickOnce and .msi
deployments. I've posted the main links at
http://www.outlookcode.com/article.aspx?ID=42. If you run into deployment
problems, post details in the VSTO forum at
http://social.msdn.microsoft.com/forums/en-US/vsto/threads/
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart... |
| Downloaded Sample Forms |
Sue Mosher [MVP-Outlook] |
3 / 3 |
14 Oct |
| Also, do you work in an organization that uses Exchange as its mail server?
And do you have permission to publish forms to the Organizational Forms
library on the server? If not, you probably are not going to find those forms
very useful.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.... |
| Re:while printing Out look 2007 shows "LXDAPRP.DLL" error 126 |
Technician |
4 / 4 |
14 Oct |
| What is the fix for this error:LXDAPRP.DLL :126 while printing from outlook
2007?
Please give some infor on how to fix this error.
Tech
url:http://www.ureader.com/msg/10802373.aspx... |
| Disabling Fields |
Gary Newport |
3 / 3 |
14 Oct |
| Yes, thanks for this. I had already worked on this concept and have created a
checkbox that is checked just before being returned. The code then checks to
see if this checkbox is checked or not and responds accordingly.
Thanks for all your help! :o)
"Sue Mosher [MVP-Outlook]" wrote:
> You're not describing property changes. You're describing changes to
> controls. Those are not... |
| Deleting a message item permanently |
Dmitry Streblechenko |
8 / 8 |
14 Oct |
| Sorry, missed a call to MailItem.Delete:
strUniqueSubject = "MsgToBeDeletedRightNow"
set Msg = Application.ActiveExplorer.Selection(1)
Msg.Subject = strUniqueSubject
Msg.Save
Msg.Delete
set Dumpster = Application.Session.GetDefaultFolder(olFolderDeletedItems)
set Msg = Dumpster.Items.Find("[Subject] = '" & strUniqueSubject & "'")
if not (Msg Is Nothing) Then
Msg.Delete
End If... |
| can standard email template be changed? |
Hollis Paul |
5 / 5 |
14 Oct |
| In article <E0DEA3FA-F8BE-4B84-A8C8-2A697F38CC3C@microsoft.com>,
=?Utf-8?B?U3VlIE1vc2hlciBbTVZQLU91dGxvb2td?= wrote:
> The place to set stationery or a theme as the default is in Tools | Options |
> Mail Format. You might also find the information at
> http://turtleflock-ol2007.spaces.live.com/blog/cns!C1013F1F9A99E3D8!230.entry
> useful.
>
Following the instructions in the blog... |
| How to Access the "To" Recipient field and update it in outloo |
Venkat M |
12 / 12 |
13 Oct |
| Thank You sue, I was able to figure that out..i had to delete a field in
the All fields column whose control was previously deleted but field was
there...
Thank You so much for your quick responses and for all your time and
help and for bearing with me:)...
*** Sent via Developersdex http://www.developersdex.com ***... |
| Using Object Data in VBScript |
Sue Mosher [MVP-Outlook] |
8 / 8 |
13 Oct |
| As the page I suggested earlier --
http://www.outlookcode.com/article.aspx?ID=38 -- explains, you can write code
behind the form to respond to the user's interaction with the controls and,
in this case, the properties on the form.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.... |