Gets a 'Communication' entry. Communication (ASBIE). An association to Other Communication.

Namespace: Unimaze.Composer.Ubl2.Components
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public ICommunication GetOtherCommunication(
	int index
)
Visual Basic
Public Function GetOtherCommunication ( 
	index As Integer
) As ICommunication
Visual C++
public:
virtual ICommunication^ GetOtherCommunication(
	int index
) sealed
F#
abstract GetOtherCommunication : 
        index : int -> ICommunication 
override GetOtherCommunication : 
        index : int -> ICommunication 

Parameters

index
Type: System..::..Int32
The index of the ICommunication to get.

Return Value

Type: ICommunication
The indexed ICommunication object.

Implements

IContact..::..GetOtherCommunication(Int32)

See Also