Initializes a new instance of the SendEmailParameters class.
Namespace: ININ.IceLib.Configuration.Mailbox.UtilityAssembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public SendEmailParameters( IEnumerable<string> recipients, string subject, string body ) |
Visual Basic |
---|
Public Sub New ( _ recipients As IEnumerable(Of String), _ subject As String, _ body As String _ ) |
Parameters
- recipients
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
The recipients.
- subject
- Type: System..::..String
The subject.
- body
- Type: System..::..String
The body.
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.