IsMsgFormat
MapiMessage.IsMsgFormat method (1 of 2)
Determines whether the specified file has a MSG format.
public static bool IsMsgFormat(string fileName)
Parameter | Type | Description |
---|---|---|
fileName | String | Name of the file. |
Return Value
true
if the file is represented in MSG format; otherwise, false
.
See Also
- class MapiMessage
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiMessage.IsMsgFormat method (2 of 2)
Determines whether the specified stream has a MSG format.
public static bool IsMsgFormat(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | The message stream. |
Return Value
true
if the stream is represented in MSG format]; otherwise, false
.
See Also
- class MapiMessage
- namespace Aspose.Email.Mapi
- assembly Aspose.Email