![]() |
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
|
|||
|
|||
![]()
Hola,
I just try to figure out how to add DistListItems to the items links collection. The following code fragement *** Dim objRDOMailItem As Redemption.RDOMail Dim EID As String, StID As String If IsNothing(gobjRDOSession) Then Set gobjRDOSession = funcGetRDOSession() EID = objItem.EntryID1 StID = objItem.Parent.StoreID Set objRDOMailItem = gobjRDOSession.GetMessageFromID(objItem.EntryID, objItem.Parent.StoreID) objRDOMailItem.Links.Add colFoundItems.Item(i) objRDOMailItem.Save Set objRDOMailItem = Nothing *** is doing that job already. My problem is the items form doesn't contain those DLItem immediately although the DL name is shown at the folders table view same time. Either opening those item which just got added the DLItem nor getting into the options dialog will show that link. Trying to close that item (without any change) will pop up a change request (like "Do you wanna save changes") .... Because of that change request I tried to shuttdown OL and restart and up to now thats the only way to get those DLItems name shown at the links collection. Does anybody know why those DLItem link will not be shown at the items form immediately and what I should do? -- Regards Michael |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
resolving distlist | Michael[_3_] | Add-ins for Outlook | 1 | September 5th 07 08:36 PM |
Adding a header item with MAPI | Tom at GSD | Add-ins for Outlook | 9 | January 8th 07 06:54 PM |
Outlook 2007 Links.Item - what is returned? | David Hyde | Outlook and VBA | 1 | October 24th 06 01:26 PM |
Adding events to a new item | lg | Add-ins for Outlook | 1 | August 24th 06 07:53 PM |
How to identify item in DistList that's also in Contacts? | gxdata | Outlook and VBA | 3 | August 8th 06 06:09 PM |