IdFileExtensions GetEmailAddress Method Isonas .NET Client API Documentation
Get the email address out of the IDFile's user defined fields

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 string GetEmailAddress(
	this IdFile idFile,
	int indexFromZeroToPutEmailAddressOn = 1
)

Parameters

idFile
Type: Bsw.Isonas.Dotnet.Client.Entities IdFile
IdFile to retrieve the email address from
indexFromZeroToPutEmailAddressOn (Optional)
Type: OnlineSystem Int32
Which user defined field index does the email address begin at?

Return Value

Type: OnlineString
The email address

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).
See Also