| Thread | Last Post | Replies |
|
| Interop does not exist | 27 Sep 2005 03:18 GMT | 1 |
This is my first day working on Outlook object model. I downloaded the sample code for Outlook object model on C# from MSDN. When building it gives the following error. "Interop does not exist in the class or namespace 'Microsoft Office'"
|
| word oppening error when try to send new message in outlook 2003 | 23 Sep 2005 06:36 GMT | 2 |
when i try to send ne message in outlook , it shows an error informing that microsoft word is damaged or not installed. then in opens default outlook message editor. i use office 2003 only. i can open word documents separately, i mean word program doesn't seem to
|
| how to add a new contact from c#? | 21 Sep 2005 00:56 GMT | 3 |
I can attach to Outlook and read the contacts from any folder with this source: Outlook.Application outlookApp = new Outlook.Application(); Outlook.NameSpace outlookNamespace = outlookApp.GetNamespace("mapi");
|
| Outllook_email_fonts_properties | 20 Sep 2005 15:57 GMT | 1 |
hi ... Outlook uses 10pt arial as default font when writing a new email. (outllok2003-options-e-mail-format-fonts properties) well , i am searching for an Gpo/adm to set it there to
|
| Items.Restrict.Count can't count? | 20 Sep 2005 02:59 GMT | 1 |
I'm trying to get a list of appointments for the following month using restrict eg: Items items = aptFolder.Items.Restrict( "[My.Id] <> '' " +
|
| Weekday daily recurrence appointments. | 15 Sep 2005 02:33 GMT | 1 |
I'm trying to programatically create a recurrence on an appointment that is daily but only on weekdays. I would have thought it would be done by setting (on the RecurrencePattern object for the appointment) the RecurrenceType to olRecursDaily, the Interval to 1 and setting the
|
| Outlook not connecting to exchange mail server | 12 Sep 2005 00:43 GMT | 1 |
Outlook not connecting to <Server> (it asks for password, there isn't one, user is authenticated at logon). You end up having to go to lower right corner of the Outlook window where it says "Offline" and tell it to connect (or close Outlook and kill a lingering process). ...
|
| Cached OLK2003 /w Exch 5.5 Migration to Cached OLK2003 /w Exch 200 | 09 Sep 2005 05:47 GMT | 3 |
I wanted to ask the community regarding this situation and find out the behaviour of the Outlook client. Currently we are undergoing a migration as outlined above. One of the migration options for the Outlook client was to migrate users to Outlook 2003 Cached Mode while using ...
|
| How to cancel a meeting request? | 09 Sep 2005 05:21 GMT | 1 |
I'm trying to cancel a meeting request I created via VB.NET and the Outlook Object Model (version 11.0). When I try to send the cancellation, I get the following popup: ---------------------------
|
| Message locks up Outlook | 09 Sep 2005 03:49 GMT | 1 |
Outlook 2002 on Windows XP. Sent an email with a very large attached Word file. Got an auto-reply from the recipients ISP about a failure (probably too large attachment). However, whenever the message is clicked on, Outlook locks up. Tried
|
| AOL into Outlook | 06 Sep 2005 23:23 GMT | 1 |
I have a user (our Financial Director) who has an AOL account he wants into import the e-mails in his AOL account into his Outlook for safe keeping is this popssible?
|
| OAB | 06 Sep 2005 23:22 GMT | 1 |
Dear Sir, I'm using Microsoft Outlook 2003,Can I add a contacts to the "Outlook Address Book"? or Just I can do with the "Contacts"
|