IFindContactsByEmail Method |
find collection of Contacts using e-mail addresses
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIContacts ContactsByEmail(
string Email
)
Function ContactsByEmail (
Email As String
) As IContacts
Dim instance As IFind
Dim Email As String
Dim returnValue As IContacts
returnValue = instance.ContactsByEmail(Email)
IContacts^ ContactsByEmail(
[InAttribute] String^ Email
)
Parameters
- Email
- Type: SystemString
Return Value
Type:
IContacts
See Also