class AsposeEmailCloud::ClientGroup
Builtin Email client operations.
Attributes
account[R]
Email server account for built-in client operations.
folder[R]
Email client folder operations.
message[R]
Email client message operations.
thread[R]
Email client thread operations.
Public Class Methods
new(api_invoker)
click to toggle source
# File lib/aspose-email-cloud/api/client_group.rb, line 46 def initialize(api_invoker) @account = ClientAccountApi.new(api_invoker) @folder = ClientFolderApi.new(api_invoker) @message = ClientMessageApi.new(api_invoker) @thread = ClientThreadApi.new(api_invoker) end