تبدیل پیام‌های ایمیل در Ruby

Aspose.Email - تبدیل پیام‌های ایمیل

برای تبدیل پیام‌های ایمیلی با استفاده از Aspose.Email Java for Ruby، متد convert_eml_to_msg از ماژول Converter را فراخوانی کنید. در اینجا می‌توانید مثال کد را ببینید.

کد Ruby


 def convert_eml_to_msg()    

    data_dir = File.dirname(File.dirname(File.dirname(File.dirname(__FILE__)))) + '/data/'

    # Initialize and Load an existing EML file by specifying the MessageFormat

    eml = Rjb::import('com.aspose.email.MailMessage').load(data_dir + "Message.eml")

    # Save the Email message to disk in Unicode format

    eml.save(data_dir + "AnEmail.msg", Rjb::import('com.aspose.email.SaveOptions').getDefaultMsgUnicode())

    # Display Status

    puts "Converted eml to msg successfully."

end

بارگیری کد اجرایی

دریافت Converting Email Messages (Aspose.Email) از هر یک از سایت‌های برنامه‌نویسی اجتماعی زیر: