MailMessageValidateMessage Method (Stream) |
Validate eml message for corresponding to mime specification.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static EmlValidationErrorCollection ValidateMessage(
Stream stream
)
Public Shared Function ValidateMessage (
stream As Stream
) As EmlValidationErrorCollection
public:
static EmlValidationErrorCollection^ ValidateMessage(
Stream^ stream
)
static member ValidateMessage :
stream : Stream -> EmlValidationErrorCollection
Parameters
- stream
- Type: System.IOStream
A stream containing the message in eml format.
Return Value
Type:
EmlValidationErrorCollectionA
EmlValidationErrorCollection containing the found validation error messages.
Exceptions
See Also