Hi
as in topic, i'm looking for a programmatic way to save encrypted
email from inbox as unencrypted MSG file on disk. I want to do it from
outlook add-in. Outlook Spy does it, so somehow it is possible. Of
course saving by means on MailItem::SaveAs saves encrypted mail and so
does code below:
void SaveToMSG ( MailItem _item)
{
stringfilePath ="C:\\Users\\user\\Desktop\\"+
This string worked to re-assign a key to open a new email message with
Outlook 2007 i.e. C:\Program Files\Microsoft Office\Office12\OUTLOOK EXE"
/c ipm.note.myform
Changing Office12 to Office14 does not have the required result.
Does anyone know of the correct string to re-assing a key to open a new
blank email in MS Office 2010 (Outlook)?
--
Hi All,
I have gone through the various postings all over the web and this group and still cant find a solution to my problem. May be because I do not understand C++ / COM programming properly. Please help me out here.
.NET 3.5 / VS 2008 / Outlook 2007 / VSTO Add-in
-----------------------------------------------
I have setup a menu item in Outlook. On clicking on the menu item, I
Hi Everyone
I have a room booking addin which works fine with outlook 2003.
Recently I am testing the same addin with 2010. However I found that,
when i try to change something on existing appinment and there is a
new pop up windows in 2010. It says "Save changes and send updates".
When I press ok the pop up disappear and the outlook freezes. There is
no error message or whatsoever. In
Hello,
When I save a mail to MSG file programmatically with SaveAs on MailItem, I
can't read the PR_BODY property afterwards. I tried also with Outlook Spy to
read that propery, but the PR_BODY property is empty. Opening the MSG file in
outlook displays the body, but can't the property PR_BODY property.
After dragging it into my Inbox again, PR_BODY is filled again. The binary
Good evening everybody,
I am working on a VST add-in. I am using C#, Outlook 2007 and VS2008
I have a Toolbar button that, when clicked, opens a windows form. This part
works fine. However, what I am having a problem with is trying to,
programmatically, open a new mailItem inspector by clicking on a button that
resides on the windows form.
I need to do it in this fashion to:
1-
Hi together!
I maintain an Outlook addin. So far it works fine with Outlook 2003.
Now I have the requirement that it shall work with Outlook 2010.
Just installing it on the target test system is not enough - it is not
visible anywhere: not even the addin manager lists it. So registering
seems to be the first issue ...
Up to now the registering for Outlook 2003 has been done using
My addin works by getting PR_BODY. I have a customer who is running a
German version of Outlook 2010, and it only has PR_BODY_W. Does
anyone know why/when there will not be a PR_BODY, but only a
PR_BODY_W?
Thanks,
Mark
Beiley Software - http://www.beiley.com
I have problem in Outlook addin events this events just do occur
for first time only means once Item_Add event gets fired then after that no
event fires I think some where the events are washed out.
I have tried in InternalStartup() and as well in ThisApplication_Startup()
like , ldCalendar.Items.ItemAdd += new
Microsoft.Office.Interop.Outlook.
Hi, I have stuck on this problem two days before and I am not able to
solve it. I have read all realed posts on various forums, but with no luck.
I am developing simple Outlook Add-in with two comboboxes which will be
showing some database data (I am modifying Appointment form with Adjoining
add-in). I need to populate this comboboxes with data depending on the
calendar owner. It
I have an Exchange 2007 installation with 20 mailboxes. Users connect
to exchange using outlook 2007.
There is an add-in for outlook that allowes every user to set two
defined custom fields (UserProperties) on every email in his own
mailbox (basically, it is just a form region with two dropdown
fields).
Is there any way to allow all users to perform searches across all
mailboxes in
Hello,
We have a customer that wants us to write an add-in that will be able to
manipulate the fields (columns) within the form view - within the SharePoint
folder. They want us to ensure that only select fields (columns) are
available within the form view.
The problem that I understand from the customer is that the fields cannot be
changed. The customer spent ($$) over 20 hours of
This is a multi-part message in MIME format.
------=_NextPart_000_0006_01CADC97.EB03FD00
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi,
I need to retrieve recipients' email addresses and sender's email =
address when an ItemSend event is raised. I just cannot get them, even I =
use Redemption MapiUtils. Like string lsAddresseeEmail
I am trying to create an Access 2010 e-mail to collect data, but get the
message that the "Microsoft Access Outlook Add-In is disabled in Microsoft
Outlook" (also 2010).
In Outlook Options | Add-Ins, I see the Microsoft Access Outlook Add-in for
Data Collection and Publishing (ACCOLK.DLL) in the Inactive Application
Add-Ins category.
I had upgraded from Outlook 2003 to Outlook
Hi,
I am new to outlook programming.
I have got to develop software that synchronizes the office
outlook(2003) data with the mobile device over bluetooth (sync).
I am a C/C++ programmer. Not quite good at c#,VB, or any other .net
languages.
What I am looking for is APIs to achieve the following
1. Enumerate the mail items, contacts, notes, and calendar items,
2. convert a vMessage file
Hi
It is possible to override or add cusom actions to rightclick menu (right
click on message) ?
Thank you
Zdravko
Hi, I'm not sure where I need to post this question, but I guess this
Discussion Group is the closest match, so here goes:
(BTW: if anyone can suggest a better place to ask this question, it would be
greatly appreciated. Thanks)
I'm trying to write a very simple console app that I can call from within a
batch script that will send me a very simple email when [some event] happens.
I
Hi all,
I changed some mails message class to "IPM.Note.SMIME.esya" for
catching onopen() event. Outlook shows another icon for this type of
mails. But shows same icon for read and unread mails. But Outlook
shows different icon for "IPM.Note.SMIME" type for read and unread
mails.
How can i say to outlook show icons like "IPM.Note.SMIME" type for my
custom mail type.
Or how can set
Hi
I've just been upgraded to 64-bit Windows 7 & Outlook 2010
Before this upgrade, I had running a slightly tweaked version of this
script:
http://www.ryanwatkins.net/software/outlook2ical.js
Which worked very well for periodically exporting a group shared
calendar to iCal
The calendar I want to export shows up in Outlook 2010 under "My
Calendars" as "IT-Staff-Leave" by
Hi all,
I wrote mapi extension for opening smime mails. I'm changing mail
class to ipm.note.smime to ipm.note.smime.mytype on mapi OnRead()
method.
When the user double clicks the smime mail sometimes OnRead() method
not called and outlook security system activated and ask for smart
password? But sometimes outlook fires OnRead() event i catch this
event and i change mail class and open
Hi all,
I encrypting mail with custom code with extended MAPI.
I save mail,encrypt mail file as smime.p7m, clear mail content and
attach smime.p7m and changing mail class to ipm.note.smime.
But outlook doesn't save mail to sent items which was sended.
How can i say to outlook save the sended mail.
Thanks in advance
Ramazan Girgin
I have the released version of the Outlook Hotmail connector (14.0.4760.1000)
installed with the RTM version of Outlook 2010 (also 14.0.4760.1000).
Whenever I perform Send/Receive, Outlook appears to synchronize everything:
sent mail is dispatched, mail in my inbox and other folders appears—or
disappears—as expected. However, a “Send/Receive error†always appears in
Hi all,
I wrote a VSTO addin (C#) with a adjoining form region in reading pane for
mail items.
In FormregionShowing event I host a Windows.Form dialog(form.ShowDialog()
to provide some input data for every mail item.
Closing the form leaves my reading pane not fully repaint. This means that
some
parts of the last mail item showing are visible yet.
My Questions:
Is it allowed to
I think this is as self-explanatory as it gets: you already have a property
with the same name but a different property type.
Once you used a particular type for any given name, you are stuck with that
type.
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Mark B" <none123@none.com> wrote in message
news:%23yPgaH$aKHA.
Hello,
Yes ! Use DCI Mail Processor SDK EMAPI wrapper to do this.
OpenMailbox(Your PST file name)
GetFolderCount - to get folders count
GetMessageProp - to get all mail message properties
Just 3 simple API call
Google - "DCI Mail Processor"
> On Tuesday, June 26, 2007 1:15 AM Iva wrote:
> I use next code (was simplified here) for accessing message recipients, but
>
I would like to get the sender address in ItemSend event. I have read
the thread "
Looking for email address under ItemSend event" [1]. The proposed
solution is to use RDO. I have no knowledge of RDO. Also, I read from
the web page [2], it requires a distribution fee.
Is RDO the only method to get the sender address in ItemSend event?
Thanks.
Franz
[1]
http://groups.google.
I am trying to figure out the best way to save attacments, from multiple
selected emails, to a selected folder, create a sub-folder (which is named
from user input), with single click from user.
They also might want to append the attachment file names with a number
input from user. I need to figure out the first problem, then address
second.
Thank you for the help
Bryan
--
Hi,
Could anyone provide some hints or sample code to change the settings
between Normal, Minimized, or Off? Check Date Navigator,
Appointments, Task List? Will be different in Outlook 2007 and
Outlook 2010?
Thanks.
Mimi
hello
is it possible to get current cursor position (where next text will
appear) in message body of mailitem so that some predefined text/link
can be added at that position?
Thanks
Hi,
I managed to add new folders using the following code:
------------
solutionRoot =
rootStoreFolder.Folders.Add("Solution Demo",
Outlook.OlDefaultFolders.olFolderInbox)
as Outlook.Folder;
Outlook.SolutionsModule solutionsModule =
activeExplorer.NavigationPane.Modules.GetNavigationModule(Outlook.OlNavigationModuleType.
Hi,
First of all, sorry for x-posting, but I've set at least a follow-up
to: microsoft.public.developer.outlook.addins
I am not 100% sure if I have found the right group anyways, but let's
begin first:
We use Microsoft Office SharePoint Services in our company and have
custom fields for our word, excels and other documents. It is possible
to connect those with Outlook to have them as
our outlook addin is developed using VSTO SE against 2007 PIA.
in order to support 2010 users, we've added Explorer RibbonX support.
we have a separate development machine that can debug the addin with
outlook 2010, by cloning the project file, and changing both the dll
references to those for outlook 14, as well as the execution path in
the project properties.
this solution has worked
Hi All:
The subject pretty much sums up my issue. I have an addin built that
work on Outlook 2003 and Outlook 2007, but when try to use in Outlook
2010 it does not even show up in the addin list.
If someone could shed some light or point me to a more appropriate
news group I would appreciate it.
Thanks in advance,
Kevin
Hi,
Any word on when PIA 2010 redistributable will be released?
Thanks,
Ronnie
Ronnie Mansoor
CTO, Implicit Inc.
www.implicitweb.com
Hi there,
I would like to use Outlook to send out a newsletter using the email
addresses from a MySQL table or an Access 2003 table(via ODBC from MySQL)
directly from my Membership Database. Can someone point me in the right
direction where I can make a start. I can't find anything usable on Google
or any relevent forums.
I've found what I believe is a bug in Outlook. I can demonstrate the problem
with the following code. It's a small add-in that hooks an event on the
Application
object. The problem only happens when the add-in is installed.
I've don't see anything wrong with this code. If anyone sees a problem
please let me know.
TIA, Tim
public partial class ThisAddIn
{
private
Dear Group,
I would like to write a plug-in. When user sent an email to recipient,
the plug-in will add some content to the email. However, the sender
cannot view the added content when he views the email in "Sent
folder".
Thanks.
Franz
AddressGrabber uses its patented contact capture technology to
identify contact details such as First Name, Last Name, Company,
Address, City , State, Zip, Phone, Fax, e-mail address, web site and
transfers them into your contact database, with a single Click!. No
more copying and pasting every field of contact information into your
database.
Free Trial for 10 Days http://bit.ly/9y0vc3
In my appointment ribbon I have the following code that adds an event
handler to listen for inspector activate events.
private void AppointmentRibbon_Load(object sender, RibbonUIEventArgs)
{
m_inspector = (Outlook.Inspector)Context;
((Outlook.InspectorEvents_10_Event)m_inspector).Activate += new
Microsoft.Office.Interop.Outlook.
Greets,
I'm using RDOUserPropery.Printable property to make it so our user-def props
don't print. (Sorry if that was redundant.) It works, but not until I have
restarted Outlook. I check the item's Modified property before changing
anything and log a warning if calling save doesn't set it to False. I do
the same thing again after changing it
Does this mean I'm leaking a
Is it possible to add/change a UserProperty on an item using RDO, in such a
way that said addition/change is visible in the corresponding OOM item
(i.e., same EntryID) *without* having to restart Outlook?
And on a note that may seem entirely unrelated, but actually isn't (from
inside my head, if from nowhere else): how is it that RDOMail.Display does
not cause Inspectors.
Hi,
One of our customer has a problem with our AddIn. He uses Windows 7
with OL2003 (latest ServicePacks) connected to Exchange. His Outlook
crashes, if our AddIn (VB6) accesses the data of the current user like
this:
Dim SafeUser As New Redemption.SafeCurrentUser
Dim Address As String
Dim SMTPAddress As String
Address = SafeUser.Address
SMTPAddress = SafeUser.SMTPAddress ' <-
Outlook 2007
.NET 3.5 with VS2008.
In outlook manually i can create a rule which looks like below. I am looking
for a code sample which can do the same. Rule is :-
"Apply this rule after message arrives
with "ABC" in the subject
reply using "c:\users\xxxxxx...\Templates\STDReply.oft"
and delete it"
if via code its not possible, then I am looking for some code, which can
help
eMail-Lead Grabber Business is an email extractor that enables you to
extract web forms from Microsoft Outlook, Outlook Express and
automatically transfers the form details to your database.
eMail-Lead Grabber Business enables you to quickly convert emails to
ACT! Database. It also supports other databases such as Excel
spreadsheet ,Text file, GoldMine,Outlook, Access and more.
http://www.
Hi,
I need to add a new panel to the email window, ideally it is a sliding
panel. Any idea whether it is possible? Where should I look into?
Googling does not return much useful information at this point.
Thanks a lot.
Hi all,
I have a rather interesting issue with Outlook 2003. When a create a new
email message using automation outlook will crash if I try to request the
word editor(GetWordEditor) during the new inspector event.
***************************************
My settings
***************************************
1. I have Word selected as my default HTML editor. So every new message
All other versions of Outlook enable customization via the ability to manage
various add-in's thru Exchange Client Extensions. Is this gone or different
in Outlook 2010?
Hi,
Asked this before and Dmitry says he answered it here, but I can't find his
response, sorry for reposting.
I've got an addin (form region) which (among other things) have
userproperties with dates which are the outer boundaries for the appointment.
I can handle in the addin that the user should not set start and end dates
beyond these boundaries but the user can still drag the
Hi,
We have developed an Outlook phone message add-in that allows users to
send and receive phone messages. The caller information is selected
from the address book. One of our customer has a large amount of
contacts in SharePoint that do not have email addresses or fax
numbers, only phone numbers and of course those contacts do not show
up in the Outlook address book.
I am basically
Hello, I want to creating an addin that captures when a {contact, calendar,
task, note} is {created, edited, removed}. I have the following code, to make
it shorter I removed all the code but the related to contact, since all types
will be the same I guess.
AutoSync.h
class ATL_NO_VTABLE AutoSync :
public wxPanel,
public IDispEventSimpleImpl<1, AutoSync,