MailMill .NET Class Library

EmailArray Implicit EmailArray to String Conversion 

Converts an EmailArray object to a string object.

public static implicit operator string(
   EmailArray ea
);

Parameters

ea
An EmailArray object.

Return Value

A string object which contains all items of the EmailArray (separated with commas).

Example

For an example, see the Value property.

See Also

EmailArray Class | MailMill Namespace | ToString | Value | System.String