Chilkat .NET
Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character
Encoding Conversion
Email::OutlookDistList
Set this property to send an email to an Outlook distribution list. The string format is to include the folder path and distribution list name such as "Personal Folders/Contacts/My List". Forward slashes should be used instead of backslashes. Setting this property is equivalent to adding a "CKX-OutlookDistList" header field to the email. Chilkat Mail treats header fields beginning with "CKX-" specially in that these fields are never transmitted with the email when sent. However, CKX fields are saved and restored when saving to XML or loading from XML (or MIME). When sending an email containing a "CKX-OutlookDistList" header field, Chilkat Mail will fetch the recipients from the Outlook distribution list and send the email to each recipient. Emails can be sent individually or with BCC, 100 recipients at a time. (see the MailMan.SendIndividual property).
![]() |
Declarations | ||
|
[Visual Basic] Public Property OutlookDistList As String [C#] public string OutlookDistList {get; set;} [C++] public: __property String* get_OutlookDistList(); public: __property void set_OutlookDistList(String *); [JScript] public function get OutlookDistList() : String; public function set OutlookDistList(String); |
Copyright 2002, Chilkat Software, Inc. All Rights Reserved.