BaseMoveCopyItemType.ToFolderId Property
The ToFolderId property gets or sets an instance of the TargetFolderIdType class that specifies the folder to which to move or copy the items specified by the ItemIds property.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
Public Property ToFolderId As TargetFolderIdType
public TargetFolderIdType ToFolderId { get; set; }
public:
property TargetFolderIdType^ ToFolderId {
TargetFolderIdType^ get ();
void set (TargetFolderIdType^ value);
}
/** @property */
public TargetFolderIdType get_ToFolderId ()
/** @property */
public void set_ToFolderId (TargetFolderIdType value)
public function get ToFolderId () : TargetFolderIdType
public function set ToFolderId (value : TargetFolderIdType)
Property Value
The ToFolderId property returns an instance of the TargetFolderIdType class.
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.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also