 | ICommenceDatabaseGetLetterViewInfo Method |
Returns information about the active view and selected letter template at the time the Tools-Send Letter or Customize-Database-Letter Template command was executed.
This call is used by the Commence letter macros and has not been implemented here.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxstring GetLetterViewInfo(
string delim = null
)
Function GetLetterViewInfo (
Optional delim As String = Nothing
) As String
Parameters
- delim (Optional)
- Type: SystemString
Delimiter.
Return Value
Type:
StringNotImplementedException.
RemarksThis method is not implemented.
See Also