![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi all.
In other words, how to implement the method GetTaskFromIntPtr in the code below? using Outlook = Microsoft.Office.Interop.Outlook; .... public void Method1(Outlook.TaskItem task) { IntPtr ptr = Marshal.GetIUnknownForObject(task.MAPIOBJECT); Outlook.TaskItem task1 = GetTaskFromIntPtr(ptr); // GetTaskFromIntPtr - ? } public Outlook.TaskItem GetTaskFromIntPtr(IntPtr) { ???? } |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
C:\Program Files\Microsoft Office\custom11.prf ? Office/Outlook 20 | bhall | Outlook - Installation | 0 | December 15th 06 08:42 PM |
Transfer Contacts Microsoft Office 2000 to Office for Mac 2004 | Alfred Esmeijer | Outlook - Using Contacts | 1 | November 27th 06 02:57 PM |
TaskItem and AppointmentItem formated body | razvantim | Outlook and VBA | 10 | November 10th 06 07:55 PM |
Msdn help for Microsoft.Office.Interop.Outlook members | DavidE | Add-ins for Outlook | 0 | August 9th 06 07:45 AM |
Contact "subfolders" in Microsoft Outlook in Microsoft Office 2003 | Rhonda | Outlook - Using Contacts | 2 | July 12th 06 05:07 AM |