MapiFolderPath Class
Inheritance Hierarchy
System.Object
Microsoft.Exchange.Data.MapiFolderPath
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class MapiFolderPath _
Implements IEnumerable(Of String), IEnumerable, _
IEquatable(Of MapiFolderPath)
'Usage
Dim instance As MapiFolderPath
[SerializableAttribute]
public sealed class MapiFolderPath : IEnumerable<string>,
IEnumerable, IEquatable<MapiFolderPath>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.