PstFolderCollectionItem Property |
Gets or sets the
PstFolder object at the specified zero-based index in the collection.
Namespace: MailBee.OutlookAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public PstFolder this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As PstFolder
Get
Set
Parameters
- index
- Type: SystemInt32
The zero-based index number of the element in the collection.
Property Value
Type:
PstFolder
An
PstFolder object having the specified zero-based index in the collection.
Exceptions See Also