Previous Topic

Next Topic

Book Contents

Book Index

IceWarpServer.ScheduleObject

----------------------------

IScheduleObjectDisp = dispinterface

['{3411CE71-91A5-42D1-93F3-A0A38EF541D0}']

property LastErr: Integer readonly dispid 201;

function Add: WordBool; dispid 203;

function Delete(Index: Integer): WordBool; dispid 204;

function Select(Index: Integer): WordBool; dispid 205;

function GetProperty(Command: OleVariant): OleVariant; dispid 207;

function SetProperty(Command: OleVariant; Value: OleVariant): WordBool; dispid 208;

property Count: Integer dispid 206;

property TokenHandle: Integer dispid 209;

property Data: Integer readonly dispid 202;

end;

The schedule object makes it possible to edit and read any schedule structure of different mail server settings.

In This Section

LastErr

Count

Add

Delete

Select

SetProperty, GetProperty

See Also

API COM Object

Introduction

IceWarpServer.APIObject

IceWarpServer.DomainObject

IceWarpServer.AccountObject

IceWarpServer.RemoteAccountObject

IceWarpServer.StatisticsObject

IceWarpServer.TokenObject

IceWarpCOM.Mailer

IceWarpCOM.IMMessage

IceWarpCOM.IDP

IceWarpCOM.IceWarpLicense

IceWarpCOM.Groupware

IceWarpCOM.ChallengeResponse

Examples

COM Usage under PHP