ItOpMoveOptions

ItOpMoveOptions class

Contains the options for the ItemOperations.Move operation.

public class ItOpMoveOptions

Constructors

Name Description
ItOpMoveOptions() The default constructor.

Properties

Name Description
MoveAlways { get; set; } Indicates whether to always move the specified conversation, including all future emails in the conversation, to the folder specified by the DstFldId. The MoveAlways MUST be set in an ItemOperations request when performing a move operation on a conversation. A Status element value of 155 is returned if the MoveAlways element is not set in the ItemOperations request for a move operation.

See Also