Quantcast
Channel: Outlook for Developers forum
Browsing all 6421 articles
Browse latest View live

outlook 2013 addin - How to determine if an email is signed

0In my Outlook 2007 and 2010 addin I was able to determine if the sign button was up or down.  using the following code:signBtn = Item.GetInspector.CommandBars.FindControl(, SIGN, ,True) if...

View Article


Data exposure

Hi AllI have been "wrestling" with this problem both programmatically and conceptually.  When the "Ribbon Level" Reply function is selected (message only selected not opened) the address fields in the...

View Article


Enumerating through all outlook folders recursively

Hi all and TIAi would like to be able to enumerate the folders in an outlook account using recursion. I can go through the folders ok as i have seen a few pages describing how to do it.My problem is i...

View Article

AutoFormatRules issue with outlook 2007

Hiwhen we are creating autoformat rules from code we get some serious performacne issues on outlook 2007 with SP3. We have about 20 Rules. When we create the same amount of rules manually we got no...

View Article

Save attachments

When the mail attachment has non English charters(Korean or Chinese)  it cannot save the attachment. It shows as ???? characters in the attachment.olAttachment.SaveAs(cTargetFileName)How to overcome...

View Article


How to find owner of a shared calendar in appointment and meeting window?

There is no field in the appointment Item or the meeting item object that determines the current calendar which i am accessing is shared calendar or my own calendar and who is the owner of the...

View Article

XML Ribbon: More than 3 controls in a column?

Hello,I got a ribbon.xml and try to line up more than 3 controls vertically, but after 3 items the 4th is shown on top of the next column. How can I get more than 3 items (checkbox/editbox) in one...

View Article

Send Event Capture - Modify Meeting Request "Location"

I have written an addin for Outlook 2010 where on the send button event I need to change the meeting request's "location" details. I am able to change for the senders side but the recipients do not see...

View Article


pst import to outlook powershell

How do I import into Outlook specific folder a PST with powershell? We use a managed exchange service, so exchange commandlets are out of the question. I would also like to know how to add a datastore...

View Article


Hide passed Calendar events

HiNeed assistance for this script:Company users should only be able to see upcoming Calendar events for a particular user, passed events should only be visible for the Calendar owner. Should happen...

View Article

riddle me this scripting guy :) Outlook com object

How do I import into Outlook specific folder a PST with powershell? We use a managed exchange service, so exchange commandlets are out of the question. I would also like to know how to add a datastore...

View Article

Auto-Calculation in Outlook 2003 Custom Forms

Hello. I am attempting to create my first-ever custom form in Outlook 2003 without VB. I have most of my fields working correctly/ sending and receiving fine. However, I am still battling two...

View Article

Get all Appointments included recurrence of a certain category

Hello,i am developing with VS 2010 for Outlook 2007 / Exchange 2007. I just need all Appointments INCLUDING all recurrence dates of a certain category. I am using the following...

View Article


Macros Not Working - Outlook 2007

I would like to make it clear to all, and would very much appreciate that way to fix it right away:I have a set of macros that work perfectly, and I have set them up where they are listed on the Quick...

View Article

How to identify all the smtp E-mail Addresses of a GAL Exchange User Contact?...

Hi In VBA, Can anyone please help me to tell about accessing a GAL Exchange User Contact's all the email addresses (which are normally shown on 'E-mail Address' tab of property window for an Exchange...

View Article


A program is trying to access e-mail address information stored in Outlook ...

http://office.microsoft.com/en-us/outlook-help/a-program-is-trying-to-access-e-mail-addresses-you-have-stored-in-outlook-HA001112789.aspxI have a C# 4.0 application that uses outlook namespace for...

View Article

Soultion to track internal email using Outlook

We have a requirement to track delivery and access of email sent to internal users sent by using Outtlook. One solution could be 1. Inclulde a image on sender end which will be served by backend...

View Article


Get the account an outlook 2003 mail/store is connected to

Hi All,I am creating an add-in for Outlook 2003. In it, I am creating a store (pst) for holding some custom mail and now have a requirement to do a process when a mail is copied/moved into a subfolder...

View Article

Looking for a way to control OL off-line status

I have tried: Set oOL = GetObject(, "Outlook.Application") Set objCBs = oOl.Application.ActiveExplorer.CommandBars objCBs.FindControl(, 5613).Execute Set oOL = Nothing This code DOES work, but after...

View Article

Image may be NSFW.
Clik here to view.

C++ for Outlook,how to add Hyperlink to mail Template

i want to add a mail template that contain a hyperlink to outlook,such as:the "Click here" is HyperLink,But my code couldn't do that~Only Add a HyperLink .my code:if(SUCCEEDED(hr)){ VARIANT m; m.vt =...

View Article
Browsing all 6421 articles
Browse latest View live


Latest Images