IMailReaderStartSession Method |
method StartSession
Namespace:
SOMailReader.Interop
Assembly:
SOMailReader.Interop (in SOMailReader.Interop.dll) Version: 8.0.0.0
Syntaxbool StartSession(
bool refresh
)
Function StartSession (
refresh As Boolean
) As Boolean
Dim instance As IMailReader
Dim refresh As Boolean
Dim returnValue As Boolean
returnValue = instance.StartSession(refresh)
bool StartSession(
[InAttribute] bool refresh
)
Parameters
- refresh
- Type: SystemBoolean
Return Value
Type:
Boolean
See Also