Click or drag to resize

SOApplicationClassAddEmailAddress Method

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
public virtual void AddEmailAddress(
	string i_name,
	string i_email,
	out IContact pContact,
	out IPerson pPerson
)

Parameters

i_name
Type: SystemString
i_email
Type: SystemString
pContact
Type: SuperOffice.COM.ApplicationIContact
pPerson
Type: SuperOffice.COM.ApplicationIPerson

Implements

IApplicationAddEmailAddress(String, String, IContact, IPerson)
See Also