GetMailBody()

语法

Result$ = GetMailBody(#Mail)
概要
Return the specified mail body, previously set with SetMailBody().

参数

#Mail The mail to use.

返回值

Returns the body as a string.

示例

  InitNetwork()

  If CreateMail(0, "test@purebasic.com", "Hello")
    SetMailBody(0, "This is the body")
    Debug GetMailBody(0) ; Will print "This is the body"
  EndIf

参阅

SetMailBody(), CreateMail()

已支持操作系统

所有

<- GetMailAttribute() - Mail Index - IsMail() ->