IdFileExtensions SetEmailAddress Method Isonas .NET Client API Documentation
Uses user defined fields on the Isonas IdFile to store an email address. It also handles spanning since the fields are limited to 20 characters and an email address can be longer than that.

Namespace: Bsw.Isonas.Dotnet.Utilities.ExtensionMethods
Assembly: Bsw.Isonas.Dotnet.Utilities (in Bsw.Isonas.Dotnet.Utilities.dll) Version: 1.2.1.0 (1.2.1)
Syntax

public static void SetEmailAddress(
	this IdFile idFile,
	string emailAddress,
	int indexFromZeroToPutEmailAddressOn = 1
)

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IdFile. When you use instance method syntax to call this method, omit the first parameter. For more information, see OnlineExtension Methods (Visual Basic) or OnlineExtension Methods (C# Programming Guide).
Exceptions

ExceptionCondition
OnlineSystem ArgumentExceptionIf the email address is longer than 75 characters
See Also