MAPIFolder.AddressBookName Property

Definition

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.

Applies to