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
SyntaxIPhone Add(
string strPhone,
string strDescr,
int Type = 1
)
Function Add (
strPhone As String,
strDescr As String,
Optional Type As Integer = 1
) As IPhone
Dim instance As IPhones
Dim strPhone As String
Dim strDescr As String
Dim Type As Integer
Dim returnValue As IPhone
returnValue = instance.Add(strPhone, strDescr,
Type)
IPhone^ Add(
[InAttribute] String^ strPhone,
[InAttribute] String^ strDescr,
[InAttribute] int Type = 1
)
Parameters
- strPhone
- Type: SystemString
- strDescr
- Type: SystemString
- Type (Optional)
- Type: SystemInt32
Return Value
Type:
IPhone
See Also