Folder.UpdateIdentity Method (MapiObject.UpdateIdentityFlags, MapiFolderPath)
Namespace: Microsoft.Exchange.Data.Mapi
Assembly: Microsoft.Exchange.Data.Mapi (in Microsoft.Exchange.Data.Mapi.dll)
Syntax
'Declaration
Protected Sub UpdateIdentity ( _
flags As MapiObject.UpdateIdentityFlags, _
parentPath As MapiFolderPath _
)
'Usage
Dim flags As MapiObject.UpdateIdentityFlags
Dim parentPath As MapiFolderPath
Me.UpdateIdentity(flags, parentPath)
protected void UpdateIdentity(
MapiObject.UpdateIdentityFlags flags,
MapiFolderPath parentPath
)
Parameters
- parentPath
Type: Microsoft.Exchange.Data.MapiFolderPath
See Also