fcSDK Documentation
LogCaseEmailInSetup Constructor

Identifier of the Case against which the email in is being logged.
Email address of the sender of the email being logged.
Email address(s) of the recipients of the email being logged.
Body of the email being logged.
Syntax
'Declaration
 
Public Function New( _
   ByVal caseIDNum As String, _
   ByVal sender As String, _
   ByVal recipient As String, _
   ByVal message As String _
)
public LogCaseEmailInSetup( 
   string caseIDNum,
   string sender,
   string recipient,
   string message
)

Parameters

caseIDNum
Identifier of the Case against which the email in is being logged.
sender
Email address of the sender of the email being logged.
recipient
Email address(s) of the recipients of the email being logged.
message
Body of the email being logged.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Reference

LogCaseEmailInSetup Class
LogCaseEmailInSetup Members

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.