IPWorks S/MIME 2020 Kotlin Edition

Questions / Feedback?

MessageRecipient Type

A recipient of the message.

Remarks

This type describes who the message is sent to. It includes fields to denote the name and email address of the recipient of the message. The type of recipient must also be specified if the component is sending the message.

Fields

Address
String?

This field contains the email address of the recipient.

Name
String?

This field contains name of the recipient.

Options
String?

This field contains the recipient sending options (used only by SMTP). This must be a string of RFC-compliant recipient options (used by SMTP).

One type of option is a delivery status notification sent per recipient which is specified by RFC 1891.


control.MessageRecipients(0).Options = "NOTIFY SUCCESS,FAILURE,DELAY"

RecipientType
EmailRecipientTypes

This field contains the recipient type: To, Cc, or BCc.

Constructors

public constructor()



public constructor(address: String?)



public constructor(address: String?, recipientType: Int)



Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 Kotlin Edition - Version 20.0 [Build 7941]