MAPIFolder.AddressBookName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a String (string in C#) that indicates the Address Book name for the Folder object representing a Contacts folder. Read/write.
public:
property System::String ^ AddressBookName { System::String ^ get(); void set(System::String ^ value); };
public string AddressBookName { get; set; }
Public Property AddressBookName As String
Property Value
Remarks
If you try to set the AddressBookName property in a non-Contacts folder, an error will be returned.