fcSDK Documentation
LogSubCaseEmailInSetup Constructor

Identifier of the Subcase 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 subcaseIDNum As String, _
   ByVal sender As String, _
   ByVal recipient As String, _
   ByVal message As String _
)
public LogSubCaseEmailInSetup( 
   string subcaseIDNum,
   string sender,
   string recipient,
   string message
)

Parameters

subcaseIDNum
Identifier of the Subcase 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

LogSubCaseEmailInSetup Class
LogSubCaseEmailInSetup 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.