| ListID Constructor (String) |
Creates new ListID object instance.
Namespace:
Limilabs.Mail.Headers
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public ListID(
string id
)
Public Sub New (
id As String
)
public:
ListID(
String^ id
)
new :
id : string -> ListID
Parameters
- id
- Type: SystemString
List id.
See Also