ServicePRO SDK Help

stcMailContact Constructor (String, String)

Initializes a new instance of the stcMailContact struct.

Namespace:  HelpSTAR.PCL.Common
Assembly:  HelpSTAR.PCL.Common (in HelpSTAR.PCL.Common.dll)

Syntax


public stcMailContact(
	string Name,
	string Email
)
Public Sub New ( _
	Name As String, _
	Email As String _
)

Parameters

Name
Type: String
The name.
Email
Type: String
The email.