MapiMessage.IsMsgFormat
IsMsgFormat(string)
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
IsMsgFormat(Stream)
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