.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Email Class Summary

Email::FileDistList

Set this property to send an email to a list of recipients stored in a plain text file. The file format is simple: one recipient per line, no comments allowed, blank lines are ignored. Setting this property is equivalent to adding a "CKX-FileDistList" 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-FileDistList" header field, Chilkat Mail will read the distribution list file 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 FileDistList As String

[C#]
public string FileDistList {get; set;}

[C++]
public: __property String* get_FileDistList();
public: __property void set_FileDistList(String *);

[JScript]
public function get FileDistList() : String;
public function set FileDistList(String);
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.