Removes specified index from attributes.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public void RemoveAttribute(
	int index
)
Visual Basic
Public Sub RemoveAttribute ( _
	index As Integer _
)
Visual C++
public:
void RemoveAttribute(
	int index
)

Parameters

index
Type: System..::..Int32
The index of attribute to remove.

See Also