Edit

Share via


Contact.GetContactInformation Method

Definition

Overloads

GetContactInformation(ContactInformationType)

Gets a single contact information from this contact.

GetContactInformation(IEnumerable<ContactInformationType>)

Gets contact information from this contact.

GetContactInformation(ContactInformationType)

Gets a single contact information from this contact.

public:
 System::Object ^ GetContactInformation(Microsoft::Lync::Model::ContactInformationType contactInformationType);
public object GetContactInformation (Microsoft.Lync.Model.ContactInformationType contactInformationType);
member this.GetContactInformation : Microsoft.Lync.Model.ContactInformationType -> obj

Parameters

contactInformationType
ContactInformationType

Returns

System.Object

Applies to

GetContactInformation(IEnumerable<ContactInformationType>)

Gets contact information from this contact.

public:
 System::Collections::Generic::IDictionary<Microsoft::Lync::Model::ContactInformationType, System::Object ^> ^ GetContactInformation(System::Collections::Generic::IEnumerable<Microsoft::Lync::Model::ContactInformationType> ^ contactInformationTypes);
public System.Collections.Generic.IDictionary<Microsoft.Lync.Model.ContactInformationType,object> GetContactInformation (System.Collections.Generic.IEnumerable<Microsoft.Lync.Model.ContactInformationType> contactInformationTypes);
member this.GetContactInformation : seq<Microsoft.Lync.Model.ContactInformationType> -> System.Collections.Generic.IDictionary<Microsoft.Lync.Model.ContactInformationType, obj>
Public Function GetContactInformation (contactInformationTypes As IEnumerable(Of ContactInformationType)) As IDictionary(Of ContactInformationType, Object)

Parameters

contactInformationTypes
IEnumerable<ContactInformationType>

Returns

Applies to