Share via


SysMailerNetAddressField.getMailAddressCollection Method [AX 2012]

Get the mail address collection for the specified SysMailerAddressFieldType type

Syntax

public CLRObject getMailAddressCollection()

Run On

Called

Return Value

Type: CLRObject Class
System.Net.Mail.MailAddressCollection object

Remarks

To retrieve the formatted mail addresses, simply call the ToString() method on the returned System.Net.Mail.MailAddressCollection object.

Refer .NET Framework's System.Net.Mail.MailAddress' for additional details

See Also

Reference

SysMailerNetAddressField Class