IMAPSubscriptionProxy.ShallowCopy method
Namespace: Microsoft.Exchange.Transport.Sync.Common.Subscription.Imap
Assembly: Microsoft.Exchange.Transport.Sync.Common (in Microsoft.Exchange.Transport.Sync.Common.dll)
Syntax
'Declaration
Public Shared Function ShallowCopy ( _
incoming As IMAPSubscriptionProxy _
) As IMAPSubscriptionProxy
'Usage
Dim incoming As IMAPSubscriptionProxy
Dim returnValue As IMAPSubscriptionProxy
returnValue = IMAPSubscriptionProxy.ShallowCopy(incoming)
public static IMAPSubscriptionProxy ShallowCopy(
IMAPSubscriptionProxy incoming
)
Parameters
Return value
Type: Microsoft.Exchange.Transport.Sync.Common.Subscription.Imap.IMAPSubscriptionProxy
See also
Reference
Microsoft.Exchange.Transport.Sync.Common.Subscription.Imap namespace