Version

SpellCheck Method (WeekViewRecordReplayServer)

Open SpellChecker dialog to spell check the specified text
Syntax
'Declaration
 
Public Sub SpellCheck( _
   ByVal text As System.String _
) 
public void SpellCheck( 
   System.string text
)

Parameters

text
The text to spell check
Remarks
Note: In order to use SpellCheck action, an appointment must be selected.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also