ImageGear v26.3 - Updated November 9, 2022
ImageGear.Formats.Email Assembly / ImageGear.Formats.Email Namespace / ImGearEmail Class / CreateMSGFormat Method




In This Topic
CreateMSGFormat Method
In This Topic
Creates an instance of Email MSG format.
Syntax
'Declaration
 
Public Shared Function CreateMSGFormat() As IImGearFormat
 
'Usage
 
Dim value As IImGearFormat
 
value = ImGearEmail.CreateMSGFormat()

Return Value

New instance of Email MSG format.
Remarks
This will also register CodePagesEncodingProvider, that provides access to an encoding provider for code pages that otherwise are available only in the desktop .NET Framework.
See Also