Item Property
Returns an CertInfo
object from the collection.
Index parameter specifies the index of the mailbox in the collection.
If Index is out of range, automation error occurs.
Item is the default property of the collection. The following two statements
(assuming CertInfos has MailBee.CertInfos type) are equivalent:
Set CertInfo = CertInfos(1)
and
Set CertInfo = CertInfos.Item(1)
| Value Type: | MailBee.CertInfo | |
| Parameters: | ||
| Index As Long | Index of the mailbox to return. Allowed range is: 1 <= Index <= CertInfos.Count | |
| Remarks: | This property is read-only | |
See Also:
Count
Property
CertInfo Object
CertInfos Collection
Copyright © 2002-2026, AfterLogic Corporation. All rights reserved.