LongPath Class

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.LongPath
    Microsoft.Exchange.Data.LocalLongFullPath

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class LongPath _
    Implements IComparable, IComparable(Of LongPath),  _
    IEquatable(Of LongPath)
'Usage
Dim instance As LongPath
[SerializableAttribute]
public class LongPath : IComparable, IComparable<LongPath>, 
    IEquatable<LongPath>

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.