Hi,
I am using VSTO for my Outlook add-in. Currently I am processing email addresses from all Outlook contacts. There is no problem for instances of ContactInfo if EmailAddress1Type is "SMTP".
But how to get email address for Exchange contact (Email1AddressType = "EX")?
Redemption library is not solution for me as it is expensive just...
We have a new Exchange server and use SMTP to send mails over it. This works so far, but we have no idea how the SMTP mail can be configured so that the outbox in Outlook 2003 of the sender account shows this mail. Is this only possible using MAPI or other mail client protocols?
...
I'm writing a VSTO app for Outlook 2007 that periodically checks mails in the Outbox. I can run over the MailItems and check the .Submitted property with no adverse effects. But if I read the SentOn property than the mail in Outlook stops being italicised and no longer gets sent.
I have to go mailitem.Send() to make sure it still gets...
I'm having some trouble getting personal contacts of some users I have in a database in SQL Server 2008.
I need to import into Outlook, so I can send an email to each one.
What is the best way for me to be able to connect to the database and get the contacts?
Thanks.
...
I was just introduced to the concept of Outlook forms. I don't know if this will solve my problem but here is what I want to do:
I want to be able to have employees who are inside the company fill out some forms. So all I have to do is create the form and PUSH it to their Outlook? After they fill out the form, can I capture the data som...
Hi,
I am working on an ASP.NET project where we are updating all of our websites to support Unicode values. In one place, we are allowing users to enter their email address as Unicode. I use the following code snippet to display the "mailto" address hyperlink:
Response.Write("<a href='mailto:" + Server.UrlEncode(email.EmailAddress) + "...
Is there a library available in Python we can use to parse and read an outlook pst file?
...
I have an MS Word template that I use to print off paper where I take notes in meetings at work. I copy the subject, the list of attendees, the times and location, one-by-one and paste them into my word document. The end result is a page with a header at the top with all the elementary info about the meeting.
I'd like to automate this...
So I have a security issue with my fresh install of Outlook 2003 (on Windows 7 + Internet Explorer 8). I just received an email with an HTML page attached. I (stupidly) double clicked the attachment, which opened up IE, and which contained javascript that ran and took me to a malware site.
Some interesting facts:
(1) When I create an...
Is it possible to somehow use PHP to read the contents of a .pst file?
...
Hi together,
I'm using the Outlook-Interop to read some Events from different calendars and show them on a big screen. On my machine everything works fine (Outlook 2010, Win7 x64), but on the client's pc (Outlook2003, Win XP) the program doesn't find all appointments. If I add some checkboxes for debugging the tool finds between 8 and 1...
I'm automating some outlook functionality in a .NET app. It works great. I am compiling it and using v 12.0.0.0 of the Outlook Interop assembly.
My code should work on any version of Outlook so it seems silly to have to bind it to a specific version.
Is it possible to use reflection to do this instead of compiling a reference?
A...
Does outlook (2003 or 2007) provides an event for new mails received so I can just add an event handler in my c# app?
Also, i have read issues about a dialog box that appears when other apps access outlook. When does this actually happens? and how is this solved?
...
Hi,
I am trying to retrieve a list of all users using outlook web access.
Using Galfind command like https://server/?Cmd=galFind&cy=workplace
i can retrieve only 100 records... (i think its fixed in outlook)
Is there any way i can retrieve more than 100 records..
Note: I want to query Global Address List in Exchange.
...
Hello , had anyone successfully import and used libpst via python, to extract outlook PST files : http://www.five-ten-sg.com/libpst/ from source package?
It have python bindings but i cannot import after installing (even test.py script comes with it dont work)
Here is Mercurial repo to latest version. Can you guys give a try? i need he...
Hi all,
I have a Contact form region which I use to create new ContactItems with a few special user properties. One change I make when the contact is created is a slight modification to the standard business card layout. I use a XMLDocument object to change the organization property on the business card to text4, the User4 property.
...
I have an ASP.NET application that creates and downloads ICS files to the user. It's working fine. With StackOverflow's help, I got past a number of ICS+Outlook hurdles, so thanks.
But Outlook 2007 is HTML-formatting my plain-text ICS content. So I will put in something like this:
Training date/time:
- GMT: [dateAndTime]
- Loca...
In Outlook 2003, when you have a calendar event, it has an option to set its Label to Important, Business, Personal, etc, each having a different colour. This colour will be the colour of the scheduled event on your calendar.
My problem is I have no idea how to change it using an AppointmentItem. I've looked through the object browser a...
I'm writing a program that pulls in email, parses it and then stores the entries in a database. So far I can get the subject of the email but when I try to pull in the body I get a COMException ("Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT))"). I tried pulling it as the HTMLBody instead but neither is working. I'm usin...
I have several Outlook Calendars. I want to be able to create one event and have it save to each calendar, without having to copy-and-paste it to each calendar.
Any ideas if this is possible / how this can be accomplished?
...