M
Michael Kensy
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?
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?