Add an e-mail address to the collection.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIEmail Add(
string strEmailAdr,
string strDescr
)
Function Add (
strEmailAdr As String,
strDescr As String
) As IEmail
Dim instance As IEmails
Dim strEmailAdr As String
Dim strDescr As String
Dim returnValue As IEmail
returnValue = instance.Add(strEmailAdr,
strDescr)
IEmail^ Add(
[InAttribute] String^ strEmailAdr,
[InAttribute] String^ strDescr
)
Parameters
- strEmailAdr
- Type: SystemString
- strDescr
- Type: SystemString
Return Value
Type:
IEmail
See Also