![]() |
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
|
|||
|
|||
![]()
Hello --
I have a VSTO plugin for Outlook 2003 SP2. It checks the recipients for each message against a list and issues a warning if there is a match. If the recipients list contains a Distribution List, it will resolve all the recipients within that DL and do its validation... My issues is that outlook will intermittently report the DL recipient as a "olUser" instead of "olDistList"... ie: Recipient.DisplayType is reported as olUser.. Even the members property of Recipient.AddressEntry is null. Has somebody else faced this issue? Please suggest workarounds.. Thanks. Sanjay |
Ads |
#2
|
|||
|
|||
![]()
What kind of DL -- personal or Exchange?
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Sanjay" wrote in message oups.com... Hello -- I have a VSTO plugin for Outlook 2003 SP2. It checks the recipients for each message against a list and issues a warning if there is a match. If the recipients list contains a Distribution List, it will resolve all the recipients within that DL and do its validation... My issues is that outlook will intermittently report the DL recipient as a "olUser" instead of "olDistList"... ie: Recipient.DisplayType is reported as olUser.. Even the members property of Recipient.AddressEntry is null. Has somebody else faced this issue? Please suggest workarounds.. Thanks. Sanjay |
#3
|
|||
|
|||
![]()
It is an Exchange DL --
|
#4
|
|||
|
|||
![]()
I'd check in ADU&C to see just what kind of Exchange DL this might be -- whether there's a difference between it and one that works as you expect. For example, is the membership hidden?
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Sanjay" wrote in message oups.com... It is an Exchange DL -- "Sue Mosher [MVP-Outlook]" wrote in message ... What kind of DL -- personal or Exchange? "Sanjay" wrote in message oups.com... Hello -- I have a VSTO plugin for Outlook 2003 SP2. It checks the recipients for each message against a list and issues a warning if there is a match. If the recipients list contains a Distribution List, it will resolve all the recipients within that DL and do its validation... My issues is that outlook will intermittently report the DL recipient as a "olUser" instead of "olDistList"... ie: Recipient.DisplayType is reported as olUser.. Even the members property of Recipient.AddressEntry is null. Has somebody else faced this issue? Please suggest workarounds.. Thanks. Sanjay |
#5
|
|||
|
|||
![]()
Some more details..
I have one DL "DL Group ALL" that is composed of 2 DL's "DL Group 1" & "DL Group 2". Now if I add these DL's individually to a message, Outlook and the plugin behave as expected. But if I add "DL Group ALL" to the "TO" list of a new message and then expand the "DL" and then hit send, the 2 child DL's are reported as olUser instead of olDistList. ???? |
#6
|
|||
|
|||
![]()
YOu might want to show a code snippet to illustrate how you are expanding the DL.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Sanjay" wrote in message oups.com... Some more details.. I have one DL "DL Group ALL" that is composed of 2 DL's "DL Group 1" & "DL Group 2". Now if I add these DL's individually to a message, Outlook and the plugin behave as expected. But if I add "DL Group ALL" to the "TO" list of a new message and then expand the "DL" and then hit send, the 2 child DL's are reported as olUser instead of olDistList. "Sue Mosher [MVP-Outlook]" wrote in message ... I'd check in ADU&C to see just what kind of Exchange DL this might be -- whether there's a difference between it and one that works as you expect. For example, is the membership hidden? "Sanjay" wrote in message oups.com... It is an Exchange DL -- "Sue Mosher [MVP-Outlook]" wrote in message ... What kind of DL -- personal or Exchange? "Sanjay" wrote in message oups.com... Hello -- I have a VSTO plugin for Outlook 2003 SP2. It checks the recipients for each message against a list and issues a warning if there is a match. If the recipients list contains a Distribution List, it will resolve all the recipients within that DL and do its validation... My issues is that outlook will intermittently report the DL recipient as a "olUser" instead of "olDistList"... ie: Recipient.DisplayType is reported as olUser.. Even the members property of Recipient.AddressEntry is null. Has somebody else faced this issue? Please suggest workarounds.. Thanks. Sanjay |
#7
|
|||
|
|||
![]()
The expanding is not done in code... it is done simply by click on the
[+] next to the DL name in the TO list. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
distribution list problem | the mailman | Outlook - General Queries | 11 | May 4th 06 11:01 PM |
make a distribution list from a named category(in contact list) | Davida | Outlook - General Queries | 8 | April 16th 06 08:12 AM |
outlook screen resolution | HB | Outlook - General Queries | 2 | April 15th 06 09:00 PM |
Outlook 2003 - name resolution - cache | Sean | Outlook - General Queries | 2 | April 4th 06 10:14 AM |
Problem in resolving contacts from Global Distribution List | Prasad Bhagwat | Outlook - Using Forms | 1 | January 20th 06 05:25 PM |