AppenderCollectionAdd Method

Adds an IAppender object to the end of collection.

Namespace:  Aspose.Email.Tools.Logging
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public int Add(
	IAppender value
)

Parameters

value
Type: Aspose.Email.Tools.LoggingIAppender
The IAppender to be added to the end of the collection. The value can be null.

Return Value

Type: Int32
The index at which the value has been added.
See Also