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

Back to MailMan Class Summary

MailMan::AutoAddContacts

If True, the MailMan will automatically add contacts to the OutlookContactsFolder for the sender of all received emails. If a contact with the same email address already exists in the folder, a duplicate is not added. The default value of this property is False.

  Declarations  
    [Visual Basic]
Public Property AutoAddContacts As Boolean

[C#]
public bool AutoAddContacts {get; set;}

[C++]
public: __property bool get_AutoAddContacts();
public: __property void set_AutoAddContacts(bool);

[JScript]
public function get AutoAddContacts() : Boolean;
public function set AutoAddContacts(Boolean);
 

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