A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

adding a distlist item to the links collection



 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old November 30th 07, 11:04 AM posted to microsoft.public.outlook.program_vba
Michael Kensy
external usenet poster
 
Posts: 5
Default adding a distlist item to the links collection

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 09:50 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.