No announcements
Found 1777827 threads
-
7 Votes
Outlook not sending appointment item?
I added this line ...Answered | 20 Replies | 3992 Views | Created by Dr.Vegapunk - Tuesday, May 22, 2012 7:18 AM | Last reply by Prashanth Iyer - Thursday, May 24, 2012 3:54 AM -
0 Votes
Create Outlook Appointment Item with attendees using C#
If you don't want the file as a meeting request you will need to manually edit the ics file you create to add the necessary lines for recipients and any other properties that won't be there for an ...Answered | 6 Replies | 23891 Views | Created by A.Ash - Tuesday, July 13, 2010 12:37 PM | Last reply by Anil_Ch - Friday, March 11, 2011 5:39 AM -
0 Votes
VSTO: Open Outlook appointment item in custom form
Walkthrough: Creating an Outlook Form Region Creating Outlook 2007 Form Regions using Visual Studio Tools for the Office System ...Answered | 4 Replies | 2675 Views | Created by Chan12 - Wednesday, September 3, 2014 11:29 PM | Last reply by chunchencool - Wednesday, September 10, 2014 7:10 AM -
2 Votes
Hyperlink from Outlook Agenda
From what I gather, you just want to insert a hyperlink to a file stored in the file system into the body of an Appointment?Answered | 5 Replies | 3306 Views | Created by lobo405 - Monday, April 2, 2012 3:52 PM | Last reply by lobo405 - Thursday, April 12, 2012 7:30 AM -
0 Votes
How to obtain outlook appointments in c++
I don't know why in c++ I'm not able to do what I've done in VisualFoxpro in about 30 minutes.Answered | 3 Replies | 5041 Views | Created by Gian Marco - Monday, October 5, 2009 10:11 AM | Last reply by Bill Wesse MSFT - Monday, October 5, 2009 1:31 PM -
0 Votes
Outlook VSTO - Appointment and Meeting Item
How to: Programmatically Create a Meeting Request, and you could try AppointmentItem.Display Method (Outlook) to show AppointmentItem window.Answered | 1 Replies | 1635 Views | Created by aug_net - Thursday, August 11, 2016 5:55 PM | Last reply by Edward8520 - Friday, August 12, 2016 5:30 AM -
1 Votes
Outlook Appointments
I solved the issue by declaring the outlook field type as dynamic instead of object and that did it.Answered | 3 Replies | 3739 Views | Created by Geeee - Tuesday, May 31, 2011 11:37 AM | Last reply by Geeee - Wednesday, June 1, 2011 11:19 AM -
4 Votes
Adding and accessing custom fields on Appointment
If not then when the item goes out of scope and is released the item values will be lost.Answered | 23 Replies | 10629 Views | Created by kevan_b - Tuesday, February 14, 2012 10:26 AM | Last reply by Eugene Astafiev - Friday, February 14, 2014 11:01 AM -
0 Votes
Outlook 2010 - recurring appointment
Read more about these methods in the following series of articles: How To: Retrieve Outlook calendar items using Find and FindNext methods How ...Answered | 2 Replies | 668 Views | Created by Cameron1994 - Wednesday, February 3, 2016 11:03 AM | Last reply by Eugene Astafiev - Wednesday, February 3, 2016 5:58 PM -
1 Votes
Outlook calendar task and appointment
The EntryId may change if the item is moved between folders.Answered | 3 Replies | 4237 Views | Created by kmhsad - Monday, December 22, 2008 4:08 PM | Last reply by kmhsad - Sunday, January 4, 2009 12:16 PM -
0 Votes
How to reconstruct an Outlook Item in deleted items folder using C#
Now, when opened from the external application, the item say appointment item should be reconstructed using the datamodel from database in ...Answered | 7 Replies | 1145 Views | Created by Pratik Prakash - Tuesday, September 27, 2016 12:11 PM | Last reply by Dmitry Streblechenko _MVP_ - Thursday, September 29, 2016 2:31 PM -
0 Votes
Outlook VSTO Appointment Item Delete Event
Hi all, I am trying to catch the delete event from an Outlook appointment item.Answered | 2 Replies | 8553 Views | Created by RGA Bailey - Tuesday, November 17, 2009 11:02 AM | Last reply by RGA Bailey - Thursday, November 26, 2009 11:42 AM -
0 Votes
C++ for Outlook,how to add Hyperlink to mail Template
can you invoke hyperlink code when clicking some button inside open inspector window?Answered | 13 Replies | 2434 Views | Created by Cappu893300 - Monday, December 17, 2012 6:19 AM | Last reply by Cappu893300 - Wednesday, February 20, 2013 8:26 AM -
0 Votes
How to add an appointment Item to a specific Outlook Calendar irrespective of current Folder
Finally, you may find the How To: Create a new Outlook Appointment item article helpful.Answered | 6 Replies | 5365 Views | Created by Point5Nyble - Sunday, October 4, 2015 2:33 PM | Last reply by Point5Nyble - Tuesday, October 13, 2015 9:46 AM -
0 Votes
how to accept an appointment by c#?
1) connect to Exchange as UserB 2) find and bind to the calendar item that represents the meeting for UserB to accept 3) accept the ...Answered | 2 Replies | 5647 Views | Created by aaaaaaaaaaasdf23 - Tuesday, July 21, 2009 9:32 AM | Last reply by aaaaaaaaaaasdf23 - Wednesday, July 22, 2009 2:46 AM -
0 Votes
How to avoid duplicate appointment creation in Outlook 2010?
Hi Anuraj, How do you syncing appointments from outlook to a server?Answered | 3 Replies | 670 Views | Created by Anuraj Sharma - Wednesday, December 30, 2015 10:07 AM | Last reply by Starian chen - Thursday, December 31, 2015 5:47 AM -
0 Votes
Access appointment object from form region in the Outlook
The Outlook.FormRegion object has an Item property which you can cast to the correct Outlook item.Answered | 3 Replies | 4107 Views | Created by Kevin Peterson. _ - Friday, June 26, 2009 3:34 AM | Last reply by omzo25 - Friday, December 19, 2014 8:53 AM -
0 Votes
How to programmatically add HTML Code to the body of an Appointment Item?
Outlook uses only RTF for the appointments, tasks, and contacts.Answered | 3 Replies | 1933 Views | Created by Prasad U S - Tuesday, May 12, 2015 4:58 PM | Last reply by Eugene Astafiev - Wednesday, May 13, 2015 12:07 PM -
1 Votes
Reading an Outlook 2007 Appointment (.msg)
Then cast it to to the correct Outlook item type.Answered | 3 Replies | 1755 Views | Created by mbatsu - Friday, October 19, 2012 11:50 AM | Last reply by Dmitry Streblechenko _MVP_ - Monday, October 22, 2012 9:48 PM -
0 Votes
Insert rich text into an appointment item.
Hello, Yes there's no clear example and the process is a little bit complex,first I'll give you a sample about how to retrieve the WordEditor object and assign a regular text to it ...Answered | 1 Replies | 10459 Views | Created by Dan Slacker - Wednesday, April 8, 2009 8:32 PM | Last reply by Tim Li - Tuesday, April 14, 2009 7:33 AM - Items 1 to 20 of 1777827 Next ›
No announcements