Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public Mail_h_MailboxList( string filedName, Mail_t_MailboxList values )
Public Sub New ( filedName As String, values As Mail_t_MailboxList )
public: Mail_h_MailboxList( String^ filedName, Mail_t_MailboxList^ values )
new : filedName : string * values : Mail_t_MailboxList -> Mail_h_MailboxList
Parameters
- filedName (String)
- Header field name. For example: "To".
- values (Mail_t_MailboxList)
- Addresses collection.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when filedName or values is null reference. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119