A Sandcastle Documented Class Library
![]() | RecipientCollectionAdd Method (String, String, MapiMailMessageRecipientType) |
Adds a new recipient with the specified address, display name and recipient type to this collection.
Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)

public void Add( string address, string displayName, MapiMailMessageRecipientType recipientType )
Public Sub Add ( address As String, displayName As String, recipientType As MapiMailMessageRecipientType )
public: void Add( String^ address, String^ displayName, MapiMailMessageRecipientType recipientType )
member Add : address : string * displayName : string * recipientType : MapiMailMessageRecipientType -> unit
Parameters
- address
- Type: SystemString
[Missing <param name="address"/> documentation for "M:QsInformatica.Utils.RecipientCollection.Add(System.String,System.String,QsInformatica.Utils.MapiMailMessage.RecipientType)"]
- displayName
- Type: SystemString
[Missing <param name="displayName"/> documentation for "M:QsInformatica.Utils.RecipientCollection.Add(System.String,System.String,QsInformatica.Utils.MapiMailMessage.RecipientType)"]
- recipientType
- Type: QsInformatica.UtilsMapiMailMessageRecipientType
[Missing <param name="recipientType"/> documentation for "M:QsInformatica.Utils.RecipientCollection.Add(System.String,System.String,QsInformatica.Utils.MapiMailMessage.RecipientType)"]
