![]() |
Lotus Notes get all the recipients
How do I get all the recipients from .GetItemValue("CopyTo") (0)?
Cliff Edwards |
Lotus Notes get all the recipients
Never mind, I think I've got it. Suggestions welcome.
Dim sentList As Variant Dim sentName As Variant sentList = noDocument.GetItemValue("SendTo") For Each sentName In sentList 'do stuff Next sentName Cliff Edwards |
All times are GMT +1. The time now is 04:02 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com