Namespace: P4s3WebSvcRefLib.P4s3WebSvcReference
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool AddContactUsMessage(
	string email,
	string message,
	string userId,
	string key
)
Visual Basic
Public Function AddContactUsMessage ( 
	email As String,
	message As String,
	userId As String,
	key As String
) As Boolean
Visual C++
public:
virtual bool AddContactUsMessage(
	String^ email, 
	String^ message, 
	String^ userId, 
	String^ key
) sealed

Parameters

email
Type: System..::..String
message
Type: System..::..String
userId
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

Implements

IService1..::..AddContactUsMessage(String, String, String, String)

See Also