UpdateEmailMessagesValues
public struct UpdateEmailMessagesValues : Equatable
object defining the values to be set when updating a list of email messages using SudoEmailClient
-
folderId of the folder associated with this message
Declaration
Swift
public let folderId: String?
-
Declaration
Swift
public let seen: Bool?
-
Declaration
Swift
public init(folderId: String?, seen: Bool?)