MonobjcMonobjc Documented Class Library
SetDistributionIdentifierForPropertyPerson Method (identifier, property, person)
NamespacesMonobjc.AddressBookABGroupSetDistributionIdentifierForPropertyPerson(NSString, NSString, ABPerson)

Assigns a specific distribution identifier for a person’s multivalue list property so that the group can be used as a distribution list.

Original signature is '- (BOOL)setDistributionIdentifier:(NSString *)identifier forProperty:(NSString *)property person:(ABPerson *)person'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool SetDistributionIdentifierForPropertyPerson(
	NSString identifier,
	NSString property,
	ABPerson person
)
Public Overridable Function SetDistributionIdentifierForPropertyPerson ( _
	identifier As NSString, _
	property As NSString, _
	person As ABPerson _
) As Boolean
public:
virtual bool SetDistributionIdentifierForPropertyPerson(
	NSString^ identifier, 
	NSString^ property, 
	ABPerson^ person
)
Parameters
identifier (NSString)
The identifier to be set as the distribution identifier
property (NSString)
The property whose distribution identifier will be set.
person (ABPerson)
The person whose distribution identifier will be.
Return Value
YES if successful; otherwise, NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AddressBook (Module: Monobjc.AddressBook)