ImageGear v26.3 - Updated
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()
    public static IImGearFormat CreateMSGFormat()
    public: static IImGearFormat* CreateMSGFormat(); 
    public:
    static IImGearFormat^ 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