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

Back to MailMan Class Summary

MailMan::OutlookContactsFolder

If AutoAddContacts is true, this is the Outlook folder path to automatically add contact records for received emails. The default value of this property is "Personal Folders/Contacts". Forward slashes should be used, and leave off the beginning and trailing slashes.

  Declarations  
    [Visual Basic]
Public Property OutlookContactsFolder As String

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

[C++]
public: __property String* get_OutlookContactsFolder();
public: __property void set_OutlookContactsFolder(String *);

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

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