Click or drag to resize

IPhonesAdd Method

Add a phone number to the collection. Type is 1=phone, 3=fax, 5=mobile

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
IPhone Add(
	string strPhone,
	string strDescr,
	int Type = 1
)

Parameters

strPhone
Type: SystemString
strDescr
Type: SystemString
Type (Optional)
Type: SystemInt32

Return Value

Type: IPhone
See Also