IMailReaderDeleteMail Method |
method DeleteMail
Namespace:
SOMailReader.Interop
Assembly:
SOMailReader.Interop (in SOMailReader.Interop.dll) Version: 8.0.0.0
Syntaxbool DeleteMail(
string strMailId
)
Function DeleteMail (
strMailId As String
) As Boolean
Dim instance As IMailReader
Dim strMailId As String
Dim returnValue As Boolean
returnValue = instance.DeleteMail(strMailId)
bool DeleteMail(
[InAttribute] String^ strMailId
)
Parameters
- strMailId
- Type: SystemString
Return Value
Type:
Boolean
See Also