| MailProviderAddAddress Method |
Namespace:
Dynamicweb.ItemCreator.Providers
Assembly:
Dynamicweb.ItemCreator (in Dynamicweb.ItemCreator.dll) Version: 2.0.2
Syntax protected virtual void AddAddress(
MailAddressCollection addressCollection,
string address
)
Protected Overridable Sub AddAddress (
addressCollection As MailAddressCollection,
address As String
)
Parameters
- addressCollection
- Type: System.Net.MailMailAddressCollection
- address
- Type: SystemString
See Also