I'm wanting to embed a user's outlook calender using the Outlook View Control; however, I'm having problems just displaying the calendar for that current day (not the whole week/month).
Here's my current code
<object classid="CLSID:0006F063-0000-0000-C000-000000000046" id="ViewCtlFolder">
<param name="Namespace" value="MAPI">
<...
Hi
both Outlook and Thunderbird are able to find contacts in a LDAP server, but none of them are able to modify contacts data.
Is there a plug-in or anything else to allow such thing?
Regards, Cédric
...
I am aware of the following Outlook command line switches. I also know that you can call Outlook.exe /select outlook:{entryid} and open an email,appointment, etc. However, opening the appointment always opens the series. Is it possible to open either a particular occurrence of the series or open it to where it prompts the user which one ...
How to attach an event handler for SendAndReceive event of Contact folders/Contact Items in outlook 2007 using VSTO AddIn. I tried using
Application.ActiveExplorer().SyncObjects.ForEach
{
SyncObject.SyncEnd += \Do something
}
It is not working
...
I'm trying to restore some deleted mail items using Exchange 2007 message journal items as a data source. The journaling is configured such that any incoming/outgoing messages are stored in a journal envelope message as an attachment.
Does anyone know of a utility that will take a list of Journal Mail Items (whether in a mailbox or a PS...
Hello All,
I have got an issue that to be honest I initially did not think was a programming issue, but after checking all other areas I would appreciate your feedback if this could possibly be one.
We have an ASP.NET web application that sends emails with attachments to users. Once sent the message is saved as a .msg file in SharePoi...
Using VB6, I have created an Outlook plugin, that has a property page. The property page is an OCX control.
When I compile the project to an OCX file, and then run OUTLOOK, things work fine: I am able to see my OCX as a tab in the Outlook options.
However, when I try to debug by running the OCX in VB6 I get an error. My debugging is st...
I need to develop the Outlook Extension capable of extending existing forms with tabs, downloaded from remote server. For example, in the appointment form additional tab should appear. Form definition in this tab is downloaded from a web service and rendered using, say, WPF. Data for this tab is also coming from server, and is bind to th...
Hi.
I use a macro in outlook 2003 to move selected emails to a specific folder. The moving works, but unfortunately the received date is overwritten to the current time.
Any idea on how to prevent this.
I use this code:
Sub verschiebenInOrdner()
On Error Resume Next
Dim objFolder As Outlook.MAPIFolder, objInbox As Outlook.MAPIFo...
I am writing a PropertyPage for Outlook using VB6. This is implemented as a VB6 OCX.
When running in a newer version of Outlook (like 2007) on XP (or newer), my dialog looks weird because it doesn't have XP look and feel. Is there a way to do this?
Preferably without adding a manifest file for Outlook.exe.
...
There's a "global" checkbox titled "label text with smart tags" in Outlook that enables/disables the entire list of smart tag recognizers, under Tools/Options/Mail Format/Editor Options/Proofing/AutoCorrect Options/Smart Tags. I can programmatically enable the individual recognizers in the list, but the million dollar question is, how to...
I'm writing an Outlook COM addin using C++/ATL.
I'm getting a rather odd set of errors and results back from Outlook when I call _PostItem::SaveAs. This only occurs in Outlook 2002 (Outlook XP) and only when the _PostItem is an embedded item (an attachment of some other outlook item).
If the Post is an HTML type, it fails with E_INVALI...
I send email through Outlook using VB.Net 2005; this is working fine. At the same time, however, I receive the following message:
A program is trying to automatically send Email on your behalf.
Do you want to allow this ?
if this is enexpected, it may be virus and you should choose no.
Is there any way to avoid this?
...
Hi,
does anybody know which Query Outlook generates when it does the AutoArchiving? Something like "DAV:getlastmodified\" <= '" + 01.01.2009 "'". But the Outlook Query must be bit different?
thx
Martin
...
Hi all,
I was looking at salesforce.com as a means for our marketing group to manage their contact information as well as manage their email marketing. I was told to use outlook instead...I'm unclear about Microsoft's CRM product line. What Microsoft tech/program are you folks using to extend Outlook into a an email marketing managem...
I am trying to send an outlook appointment through code. My code is posted below. When I run it on the server with IIS 6 and an app pool under a domain account identity, it throws this error. I have tried changing various settings on the server and none worked. Outlook 2007 is installed. I have even made the domain account a local admin....
Original post:
When Outlook is launched, the Add-In is loaded and adds a toolbar with some buttons.
toolBar = OutlookApp.ActiveExplorer().CommandBars.Add(MENU_TAG, MsoBarPosition.msoBarTop, false, true);
Everything was working fine, but now one user has his Outlook shortcut set to launch Outlook minimized.
And then OutlookApp.ActiveE...
I want to create an Outlook add-in tool that will allow me to point to an email and upload the entire message to a database I control. I am having difficulty finding good documentation on how to do this. Pointers and references appreciated.
Bob
...
I have an application written in C# that uses Outlook Interop to open a new mail message pre-filled with details the user can edit before manually sending it.
var newMail = (Outlook.MailItem)outlookApplication.CreateItem(
Outlook.OlItemType.olMailItem);
newMail.To = "[email protected]";
newMail.Subject = "Example";
newMail.BodyFormat...
I have a Calendar in a Public Folder
There are approximately 15000 appointments in the calendar over a period of several years
I have used OutlookSpy to get the EntryId for the Calendar
Using an example from an Outlook Programming book
Private Sub GetAppointmentsForDate(dteDate As Date)
Dim objApp As Outlook.Application
Dim objNS As Ou...