Add a new '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 void AddOtherCommunication(
	ICommunication otherCommunication
)
Visual Basic
Public Sub AddOtherCommunication ( 
	otherCommunication As ICommunication
)
Visual C++
public:
virtual void AddOtherCommunication(
	ICommunication^ otherCommunication
) sealed
F#
abstract AddOtherCommunication : 
        otherCommunication : ICommunication -> unit 
override AddOtherCommunication : 
        otherCommunication : ICommunication -> unit 

Parameters

otherCommunication
Type: Unimaze.Composer.Ubl2.Interfaces..::..ICommunication
The ICommunication to add.

Implements

IContact..::..AddOtherCommunication(ICommunication)

See Also